Home
last modified time | relevance | path

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

/linux-3.3/arch/mn10300/unit-asb2305/
Dpci-asb2305.h58 struct irq_routing_table { struct
59 u32 signature; /* PIRQ_SIGNATURE should be here */
60 u16 version; /* PIRQ_VERSION */
61 u16 size; /* Table size in bytes */
62 u8 rtr_bus, rtr_devfn; /* Where the interrupt router lies */
63 u16 exclusive_irqs; /* IRQs devoted exclusively to PCI usage */
64 u16 rtr_vendor, rtr_device; /* Vendor and device ID of interrupt router */
65 u32 miniport_data; /* Crap */
66 u8 rfu[11];
67 u8 checksum; /* Modulo 256 checksum must give zero */
[all …]
/linux-3.3/arch/x86/include/asm/
Dpci_x86.h71 struct irq_routing_table { struct
72 u32 signature; /* PIRQ_SIGNATURE should be here */
73 u16 version; /* PIRQ_VERSION */
74 u16 size; /* Table size in bytes */
75 u8 rtr_bus, rtr_devfn; /* Where the interrupt router lies */
76 u16 exclusive_irqs; /* IRQs devoted exclusively to
78 u16 rtr_vendor, rtr_device; /* Vendor and device ID of
80 u32 miniport_data; /* Crap */
81 u8 rfu[11];
82 u8 checksum; /* Modulo 256 checksum must give 0 */
[all …]
/linux-3.3/drivers/ide/
Dalim15x3.c421 s8 irq_routing_table[] = { -1, 9, 3, 10, 4, 5, 7, 6, in init_hwif_ali15x3() local