blob: e446caefb96ba6990796429246e27db3d8c5f26e [file] [log] [blame]
Ben Chuange9878452021-11-18 16:33:05 +08001/* 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 */