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

Go to the source code of this file.

Macros

#define PCH_MAX_DEV_INT_CONFIG   64
 
#define PCH_PARC   0
 
#define PCH_PBRC   1
 
#define PCH_PCRC   2
 
#define PCH_PDRC   3
 
#define PCH_PERC   4
 
#define PCH_PFRC   5
 
#define PCH_PGRC   6
 
#define PCH_PHRC   7
 
#define PCH_MAX_IRQ_CONFIG   8
 
#define DEVICE_INT_CONFIG(devfn, line, irqno)
 
#define no_int   0
 
#define int_A   1
 
#define int_B   2
 
#define int_C   3
 
#define int_D   4
 

Macro Definition Documentation

◆ DEVICE_INT_CONFIG

#define DEVICE_INT_CONFIG (   devfn,
  line,
  irqno 
)
Value:
{\
.Device = PCI_SLOT(devfn), \
.Function = PCI_FUNC(devfn), \
.IntX = (line), \
.Irq = (irqno) }
#define PCI_FUNC(devfn)
Definition: pci_def.h:550
#define PCI_SLOT(devfn)
Definition: pci_def.h:549

Definition at line 20 of file interrupt.h.

◆ int_A

#define int_A   1

Definition at line 27 of file interrupt.h.

◆ int_B

#define int_B   2

Definition at line 28 of file interrupt.h.

◆ int_C

#define int_C   3

Definition at line 29 of file interrupt.h.

◆ int_D

#define int_D   4

Definition at line 30 of file interrupt.h.

◆ no_int

#define no_int   0

Definition at line 26 of file interrupt.h.

◆ PCH_MAX_DEV_INT_CONFIG

#define PCH_MAX_DEV_INT_CONFIG   64

Definition at line 7 of file interrupt.h.

◆ PCH_MAX_IRQ_CONFIG

#define PCH_MAX_IRQ_CONFIG   8

Definition at line 18 of file interrupt.h.

◆ PCH_PARC

#define PCH_PARC   0

Definition at line 10 of file interrupt.h.

◆ PCH_PBRC

#define PCH_PBRC   1

Definition at line 11 of file interrupt.h.

◆ PCH_PCRC

#define PCH_PCRC   2

Definition at line 12 of file interrupt.h.

◆ PCH_PDRC

#define PCH_PDRC   3

Definition at line 13 of file interrupt.h.

◆ PCH_PERC

#define PCH_PERC   4

Definition at line 14 of file interrupt.h.

◆ PCH_PFRC

#define PCH_PFRC   5

Definition at line 15 of file interrupt.h.

◆ PCH_PGRC

#define PCH_PGRC   6

Definition at line 16 of file interrupt.h.

◆ PCH_PHRC

#define PCH_PHRC   7

Definition at line 17 of file interrupt.h.