coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
soc_irq_route Struct Reference

#include <irq.h>

Collaboration diagram for soc_irq_route:
Collaboration graph

Data Fields

uint16_t pcidev [NUM_IR_DEVS]
 
uint8_t pic [NUM_PIRQS]
 

Detailed Description

Definition at line 177 of file irq.h.

Field Documentation

◆ pcidev

uint16_t soc_irq_route::pcidev[NUM_IR_DEVS]

Definition at line 179 of file irq.h.

Referenced by sc_init(), and write_pci_config_irqs().

◆ pic

uint8_t soc_irq_route::pic[NUM_PIRQS]

Definition at line 181 of file irq.h.

Referenced by sc_init(), and write_pci_config_irqs().


The documentation for this struct was generated from the following file: