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

#include <irq.h>

Collaboration diagram for pci_irq_entry:
Collaboration graph

Data Fields

unsigned int devfn
 
enum pci_pin pin
 
unsigned int irq
 
struct pci_irq_entrynext
 

Detailed Description

Definition at line 38 of file irq.h.

Field Documentation

◆ devfn

unsigned int pci_irq_entry::devfn

◆ irq

unsigned int pci_irq_entry::irq

◆ next

struct pci_irq_entry* pci_irq_entry::next

◆ pin

enum pci_pin pci_irq_entry::pin

Definition at line 39 of file irq.h.

Referenced by add_entry(), assign_pci_irqs(), irq_program_non_pch(), and pci_irq_to_fsp().


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