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

#include <irq.h>

Collaboration diagram for slot_irq_constraints:
Collaboration graph

Data Fields

unsigned int slot
 
struct {
enum  { IRQ_NONE = 0 , IRQ_PIRQ = 1 , IRQ_DIRECT = 2 }
 
   enum pci_pin   fixed_int_pin
 
   enum pirq   fixed_pirq
 
   enum slot_irq_constraints:: { ... }    irq_route
 
fns [MAX_FNS]
 

Detailed Description

Definition at line 25 of file irq.h.

Field Documentation

◆ fixed_int_pin

enum pci_pin slot_irq_constraints::fixed_int_pin

Definition at line 26 of file irq.h.

◆ fixed_pirq

enum pirq slot_irq_constraints::fixed_pirq

Definition at line 26 of file irq.h.

◆ 

struct { ... } slot_irq_constraints::fns[MAX_FNS]

◆ 

enum { ... } slot_irq_constraints::irq_route

◆ slot

unsigned int slot_irq_constraints::slot

Definition at line 26 of file irq.h.


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