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

#include <pirq_routing.h>

Collaboration diagram for irq_info:
Collaboration graph

Data Fields

u8 bus
 
u8 devfn
 
struct {
   u8   link
 
   u16   bitmap
 
irq [4]
 
u8 slot
 
u8 rfu
 

Detailed Description

Definition at line 20 of file pirq_routing.h.

Field Documentation

◆ bitmap

u16 irq_info::bitmap

Definition at line 24 of file pirq_routing.h.

Referenced by pirq_route_irqs(), and write_pirq_info().

◆ bus

u8 irq_info::bus

Definition at line 21 of file pirq_routing.h.

Referenced by pirq_route_irqs(), and write_pirq_info().

◆ devfn

u8 irq_info::devfn

Definition at line 21 of file pirq_routing.h.

Referenced by pirq_route_irqs(), and write_pirq_info().

◆ 

struct { ... } irq_info::irq[4]

Referenced by pirq_route_irqs(), and write_pirq_info().

◆ link

u8 irq_info::link

Definition at line 23 of file pirq_routing.h.

Referenced by pirq_route_irqs(), and write_pirq_info().

◆ rfu

u8 irq_info::rfu

Definition at line 27 of file pirq_routing.h.

Referenced by write_pirq_info().

◆ slot

u8 irq_info::slot

Definition at line 26 of file pirq_routing.h.

Referenced by pirq_route_irqs(), and write_pirq_info().


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