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 */
11 #define CFG1_WP_INVERT (0x1 << 31)
13 #define CFG2_L0S_SUPPORT (0x1 << 6)
15 #endif /* DRIVERS_GENESYSLOGIC_GL9750_H */