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-or-later */
2 
3 #ifndef SOUTHBRIDGE_INTEL_I82371EB_CHIP_H
4 #define SOUTHBRIDGE_INTEL_I82371EB_CHIP_H
5 
6 #include <device/device.h>
7 
9  int ide0_enable:1;
12  int ide1_enable:1;
16  int usb_enable:1;
17  int gpo22_enable:1; /* GPO22/GPO23 (1) vs. XDIR#/XOE# (0) */
18  int gpo22:1;
19  int gpo23:1;
20  /* acpi */
21  u32 gpo; /* gpio output default */
24 };
25 
26 #endif /* SOUTHBRIDGE_INTEL_I82371EB_CHIP_H */
uint32_t u32
Definition: stdint.h:51
uint8_t u8
Definition: stdint.h:45