coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
itss.h File Reference

Go to the source code of this file.

Macros

#define GPIO_IRQ_START   50
 
#define GPIO_IRQ_END   ITSS_MAX_IRQ
 
#define ITSS_MAX_IRQ   119
 
#define IRQS_PER_IPC   32
 
#define NUM_IPC_REGS   ((ITSS_MAX_IRQ + IRQS_PER_IPC - 1)/IRQS_PER_IPC)
 

Macro Definition Documentation

◆ GPIO_IRQ_END

#define GPIO_IRQ_END   ITSS_MAX_IRQ

Definition at line 7 of file itss.h.

◆ GPIO_IRQ_START

#define GPIO_IRQ_START   50

Definition at line 6 of file itss.h.

◆ IRQS_PER_IPC

#define IRQS_PER_IPC   32

Definition at line 10 of file itss.h.

◆ ITSS_MAX_IRQ

#define ITSS_MAX_IRQ   119

Definition at line 9 of file itss.h.

◆ NUM_IPC_REGS

#define NUM_IPC_REGS   ((ITSS_MAX_IRQ + IRQS_PER_IPC - 1)/IRQS_PER_IPC)

Definition at line 11 of file itss.h.