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

Go to the source code of this file.

Macros

#define PC87384_PP   0x01
 
#define PC87384_SP2   0x02
 
#define PC87384_SP1   0x03
 
#define PC87384_GPIO   0x07
 
#define PC87384_GPIO_PIN_OE   0x01
 
#define PC87384_GPIO_PIN_TYPE_PUSH_PULL   0x02
 
#define PC87384_GPIO_PIN_PULLUP   0x04
 
#define PC87384_GPIO_PIN_LOCK   0x08
 
#define PC87384_GPIO_PIN_TRIG_LEVEL   0x10
 
#define PC87384_GPIO_PIN_TRIG_LOW   0x20
 
#define PC87384_GPIO_PIN_DEBOUNCE   0x40
 
#define PC87384_GPIO_PIN_TRIGGERS_IRQ   0x01
 

Macro Definition Documentation

◆ PC87384_GPIO

#define PC87384_GPIO   0x07

Definition at line 9 of file pc87384.h.

◆ PC87384_GPIO_PIN_DEBOUNCE

#define PC87384_GPIO_PIN_DEBOUNCE   0x40

Definition at line 17 of file pc87384.h.

◆ PC87384_GPIO_PIN_LOCK

#define PC87384_GPIO_PIN_LOCK   0x08

Definition at line 14 of file pc87384.h.

◆ PC87384_GPIO_PIN_OE

#define PC87384_GPIO_PIN_OE   0x01

Definition at line 11 of file pc87384.h.

◆ PC87384_GPIO_PIN_PULLUP

#define PC87384_GPIO_PIN_PULLUP   0x04

Definition at line 13 of file pc87384.h.

◆ PC87384_GPIO_PIN_TRIG_LEVEL

#define PC87384_GPIO_PIN_TRIG_LEVEL   0x10

Definition at line 15 of file pc87384.h.

◆ PC87384_GPIO_PIN_TRIG_LOW

#define PC87384_GPIO_PIN_TRIG_LOW   0x20

Definition at line 16 of file pc87384.h.

◆ PC87384_GPIO_PIN_TRIGGERS_IRQ

#define PC87384_GPIO_PIN_TRIGGERS_IRQ   0x01

Definition at line 19 of file pc87384.h.

◆ PC87384_GPIO_PIN_TYPE_PUSH_PULL

#define PC87384_GPIO_PIN_TYPE_PUSH_PULL   0x02

Definition at line 12 of file pc87384.h.

◆ PC87384_PP

#define PC87384_PP   0x01

Definition at line 6 of file pc87384.h.

◆ PC87384_SP1

#define PC87384_SP1   0x03

Definition at line 8 of file pc87384.h.

◆ PC87384_SP2

#define PC87384_SP2   0x02

Definition at line 7 of file pc87384.h.