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 SOC_INTEL_XEONS_P_ITSS_H
 
#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

◆ IRQS_PER_IPC

#define IRQS_PER_IPC   32

Definition at line 7 of file itss.h.

◆ ITSS_MAX_IRQ

#define ITSS_MAX_IRQ   119

Definition at line 6 of file itss.h.

◆ NUM_IPC_REGS

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

Definition at line 8 of file itss.h.

◆ SOC_INTEL_XEONS_P_ITSS_H

#define SOC_INTEL_XEONS_P_ITSS_H

Definition at line 4 of file itss.h.