Searched defs:irq_routing_table (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/arch/mn10300/unit-asb2305/ |
D | pci-asb2305.h | 56 struct irq_routing_table { struct 57 u32 signature; /* PIRQ_SIGNATURE should be here */ 58 u16 version; /* PIRQ_VERSION */ 59 u16 size; /* Table size in bytes */ 60 u8 rtr_bus, rtr_devfn; /* Where the interrupt router lies */ 61 u16 exclusive_irqs; /* IRQs devoted exclusively to PCI usage */ 62 u16 rtr_vendor, rtr_device; /* Vendor and device ID of interrupt router */ 63 u32 miniport_data; /* Crap */ 64 u8 rfu[11]; 65 u8 checksum; /* Modulo 256 checksum must give zero */ [all …]
|
/linux-4.1.27/arch/x86/include/asm/ |
D | pci_x86.h | 74 struct irq_routing_table { struct 75 u32 signature; /* PIRQ_SIGNATURE should be here */ 76 u16 version; /* PIRQ_VERSION */ 77 u16 size; /* Table size in bytes */ 78 u8 rtr_bus, rtr_devfn; /* Where the interrupt router lies */ 79 u16 exclusive_irqs; /* IRQs devoted exclusively to 81 u16 rtr_vendor, rtr_device; /* Vendor and device ID of 83 u32 miniport_data; /* Crap */ 84 u8 rfu[11]; 85 u8 checksum; /* Modulo 256 checksum must give 0 */ [all …]
|
/linux-4.1.27/drivers/ide/ |
D | alim15x3.c | 421 s8 irq_routing_table[] = { -1, 9, 3, 10, 4, 5, 7, 6, in init_hwif_ali15x3() local
|