coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
irqroute.h File Reference
#include <soc/irq.h>
#include <soc/pci_devs.h>
Include dependency graph for irqroute.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PCI_DEV_PIRQ_ROUTES
 
#define PIRQ_PIC_ROUTES
 

Macro Definition Documentation

◆ PCI_DEV_PIRQ_ROUTES

#define PCI_DEV_PIRQ_ROUTES
Value:
PCI_DEV_PIRQ_ROUTE(GFX_DEV, A, B, C, D), \
PCI_DEV_PIRQ_ROUTE(SATA_DEV, A, B, C, D), \
PCI_DEV_PIRQ_ROUTE(TXE_DEV, A, B, C, D), \
PCI_DEV_PIRQ_ROUTE(PCIE_DEV, A, B, C, D), \
PCI_DEV_PIRQ_ROUTE(EHCI_DEV, A, B, C, D), \
PCI_DEV_PIRQ_ROUTE(PCU_DEV, A, B, C, D)
#define PCI_DEV_PIRQ_ROUTE(dev_, a_, b_, c_, d_)
Definition: irq_helper.h:21
#define GFX_DEV
Definition: pci_devs.h:11
#define PCU_DEV
Definition: pci_devs.h:121
#define SATA_DEV
Definition: pci_devs.h:81
#define EHCI_DEV
Definition: pci_devs.h:168
#define TXE_DEV
Definition: pci_devs.h:64
#define PCIE_DEV
Definition: pci_devs.h:72

Definition at line 6 of file irqroute.h.

◆ PIRQ_PIC_ROUTES

#define PIRQ_PIC_ROUTES
Value:
PIRQ_PIC(B, DISABLE), \
PIRQ_PIC(C, DISABLE), \
PIRQ_PIC(D, DISABLE), \
PIRQ_PIC(E, DISABLE), \
PIRQ_PIC(F, DISABLE), \
PIRQ_PIC(G, DISABLE), \
PIRQ_PIC(H, DISABLE)
#define PIRQ_PIC(pirq_, pic_irq_)
Definition: irq_helper.h:28
#define DISABLE
Definition: dsim.h:37
#define E(arg1, arg2, args)
Definition: perf_power.c:15

Definition at line 14 of file irqroute.h.