coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
pc87392.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PC87392_FDC   0x00
 
#define PC87392_PP   0x01
 
#define PC87392_SP2   0x02
 
#define PC87392_SP1   0x03
 
#define PC87392_GPIO   0x07
 
#define PC87392_WDT   0x0A
 
#define PC87392_GPIO_PIN_OE   0x01
 
#define PC87392_GPIO_PIN_TYPE_PUSH_PULL   0x02
 
#define PC87392_GPIO_PIN_PULLUP   0x04
 
#define PC87392_GPIO_PIN_LOCK   0x08
 
#define PC87392_GPIO_PIN_TRIG_LEVEL   0x10
 
#define PC87392_GPIO_PIN_TRIG_LOW   0x20
 
#define PC87392_GPIO_PIN_DEBOUNCE   0x40
 
#define PC87392_GPIO_PIN_TRIGGERS_IRQ   0x01
 
#define PC87392_GPIO_PIN_TRIGGERS_SMI   0x02
 

Macro Definition Documentation

◆ PC87392_FDC

#define PC87392_FDC   0x00

Definition at line 6 of file pc87392.h.

◆ PC87392_GPIO

#define PC87392_GPIO   0x07

Definition at line 10 of file pc87392.h.

◆ PC87392_GPIO_PIN_DEBOUNCE

#define PC87392_GPIO_PIN_DEBOUNCE   0x40

Definition at line 19 of file pc87392.h.

◆ PC87392_GPIO_PIN_LOCK

#define PC87392_GPIO_PIN_LOCK   0x08

Definition at line 16 of file pc87392.h.

◆ PC87392_GPIO_PIN_OE

#define PC87392_GPIO_PIN_OE   0x01

Definition at line 13 of file pc87392.h.

◆ PC87392_GPIO_PIN_PULLUP

#define PC87392_GPIO_PIN_PULLUP   0x04

Definition at line 15 of file pc87392.h.

◆ PC87392_GPIO_PIN_TRIG_LEVEL

#define PC87392_GPIO_PIN_TRIG_LEVEL   0x10

Definition at line 17 of file pc87392.h.

◆ PC87392_GPIO_PIN_TRIG_LOW

#define PC87392_GPIO_PIN_TRIG_LOW   0x20

Definition at line 18 of file pc87392.h.

◆ PC87392_GPIO_PIN_TRIGGERS_IRQ

#define PC87392_GPIO_PIN_TRIGGERS_IRQ   0x01

Definition at line 21 of file pc87392.h.

◆ PC87392_GPIO_PIN_TRIGGERS_SMI

#define PC87392_GPIO_PIN_TRIGGERS_SMI   0x02

Definition at line 22 of file pc87392.h.

◆ PC87392_GPIO_PIN_TYPE_PUSH_PULL

#define PC87392_GPIO_PIN_TYPE_PUSH_PULL   0x02

Definition at line 14 of file pc87392.h.

◆ PC87392_PP

#define PC87392_PP   0x01

Definition at line 7 of file pc87392.h.

◆ PC87392_SP1

#define PC87392_SP1   0x03

Definition at line 9 of file pc87392.h.

◆ PC87392_SP2

#define PC87392_SP2   0x02

Definition at line 8 of file pc87392.h.

◆ PC87392_WDT

#define PC87392_WDT   0x0A

Definition at line 11 of file pc87392.h.