coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
gl9750.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef DRIVERS_GENESYSLOGIC_GL9750_H
4 #define DRIVERS_GENESYSLOGIC_GL9750_H
5 
6 /* Definitions for Genesys Logic GL9750 */
7 
8 #define CFG 0x800
9 #define CFG_EN 0x1
10 #define CFG2 0x848
11 #define CFG2_L0S_SUPPORT (0x1 << 6)
12 
13 #endif /* DRIVERS_GENESYSLOGIC_GL9750_H */