mb/google/brya: Create rull variant
[coreboot2.git] / src / drivers / genesyslogic / gl9750 / gl9750.h
blobe8041a050dcdababde8c08d2c9b3f05f2ef7a492
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef DRIVERS_GENESYSLOGIC_GL9750_H
4 #define DRIVERS_GENESYSLOGIC_GL9750_H
6 /* Definitions for Genesys Logic GL9750 */
8 #define CFG 0x800
9 #define CFG_EN 0x1
10 #define CFG1 0x844
11 #define CFG1_WP_INVERT (0x1 << 31)
12 #define CFG2 0x848
13 #define CFG2_L0S_SUPPORT (0x1 << 6)
15 #endif /* DRIVERS_GENESYSLOGIC_GL9750_H */