coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
chip.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #include <acpi/acpi_device.h>
4 
6 
7  /* ACPI _HID */
8  const char *hid;
9 
10  /* SDMODE GPIO */
11  struct acpi_gpio sdmode_gpio;
12 
13  /* SDMODE Delay */
14  unsigned int sdmode_delay;
15 
16  /* GPIO used to indicate if this device is present */
17  unsigned int device_present_gpio;
19 };
unsigned int device_present_gpio_invert
Definition: chip.h:18
struct acpi_gpio sdmode_gpio
Definition: chip.h:11
unsigned int device_present_gpio
Definition: chip.h:17
unsigned int sdmode_delay
Definition: chip.h:14