coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
gpio.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef _SOC_ICELAKE_GPIO_H_
4 #define _SOC_ICELAKE_GPIO_H_
5 
6 #include <soc/gpio_defs.h>
7 #include <intelblocks/gpio.h>
8 
9 #define CROS_GPIO_DEVICE_NAME "INT3455:00"
10 
11 /* Enable GPIO community power management configuration */
12 #define MISCCFG_GPIO_PM_CONFIG_BITS (MISCCFG_GPSIDEDPCGEN | \
13  MISCCFG_GPRCOMPCDLCGEN | MISCCFG_GPRTCDLCGEN | MISCCFG_GSXSLCGEN \
14  | MISCCFG_GPDPCGEN | MISCCFG_GPDLCGEN)
15 
16 #endif