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

#include <device.h>

Collaboration diagram for pci_irq_info:
Collaboration graph

Data Fields

unsigned int ioapic_irq_pin
 
unsigned int ioapic_src_pin
 
unsigned int ioapic_dst_id
 
unsigned int ioapic_flags
 

Detailed Description

Definition at line 100 of file device.h.

Field Documentation

◆ ioapic_dst_id

unsigned int pci_irq_info::ioapic_dst_id

Definition at line 103 of file device.h.

Referenced by write_smp_table().

◆ ioapic_flags

unsigned int pci_irq_info::ioapic_flags

Definition at line 104 of file device.h.

Referenced by write_smp_table().

◆ ioapic_irq_pin

unsigned int pci_irq_info::ioapic_irq_pin

Definition at line 101 of file device.h.

Referenced by write_smp_table().

◆ ioapic_src_pin

unsigned int pci_irq_info::ioapic_src_pin

Definition at line 102 of file device.h.


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