Home
last modified time | relevance | path

Searched defs:irq_routing_table (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/x86/include/asm/
H A Dpirq_routing.h38 struct __packed irq_routing_table { struct
61 static inline int get_irq_slot_count(struct irq_routing_table *rt) in get_irq_slot_count() argument
/openbmc/linux/arch/x86/include/asm/
H A Dpci_x86.h85 struct irq_routing_table { struct
86 u32 signature; /* PIRQ_SIGNATURE should be here */
87 u16 version; /* PIRQ_VERSION */
88 u16 size; /* Table size in bytes */
89 u8 rtr_bus, rtr_devfn; /* Where the interrupt router lies */
90 u16 exclusive_irqs; /* IRQs devoted exclusively to
92 u16 rtr_vendor, rtr_device; /* Vendor and device ID of
94 u32 miniport_data; /* Crap */
95 u8 rfu[11];
96 u8 checksum; /* Modulo 256 checksum must give 0 */
[all …]