Searched defs:irq_routing_table (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/drivers/hotplug/ |
D | pciehprm_nonacpi.h | 43 struct irq_routing_table { struct 44 u32 signature; /* PIRQ_SIGNATURE should be here */ 45 u16 version; /* PIRQ_VERSION */ 46 u16 size; /* Table size in bytes */ 47 u8 rtr_bus, rtr_devfn; /* Where the interrupt router lies */ 48 u16 exclusive_irqs; /* IRQs devoted exclusively to PCI usage */ 49 u16 rtr_vendor, rtr_device; /* Vendor and device ID of interrupt router */ 50 u32 miniport_data; /* Crap */ 51 u8 rfu[11]; 52 u8 checksum; /* Modulo 256 checksum must give zero */ [all …]
|
D | shpchprm_nonacpi.h | 43 struct irq_routing_table { struct 44 u32 signature; /* PIRQ_SIGNATURE should be here */ 45 u16 version; /* PIRQ_VERSION */ 46 u16 size; /* Table size in bytes */ 47 u8 rtr_bus, rtr_devfn; /* Where the interrupt router lies */ 48 u16 exclusive_irqs; /* IRQs devoted exclusively to PCI usage */ 49 u16 rtr_vendor, rtr_device; /* Vendor and device ID of interrupt router */ 50 u32 miniport_data; /* Crap */ 51 u8 rfu[11]; 52 u8 checksum; /* Modulo 256 checksum must give zero */ [all …]
|
D | shpchprm_legacy.h | 100 struct irq_routing_table { struct 101 u32 signature; /* PIRQ_SIGNATURE should be here */ 102 u16 version; /* PIRQ_VERSION */ 103 u16 size; /* Table size in bytes */ 104 u8 rtr_bus, rtr_devfn; /* Where the interrupt router lies */ 105 u16 exclusive_irqs; /* IRQs devoted exclusively to PCI usage */ 106 u16 rtr_vendor, rtr_device; /* Vendor and device ID of interrupt router */ 107 u32 miniport_data; /* Crap */ 108 u8 rfu[11]; 109 u8 checksum; /* Modulo 256 checksum must give zero */ [all …]
|
/linux-2.4.37.9/arch/x86_64/kernel/ |
D | pci-x86_64.h | 57 struct irq_routing_table { struct 58 u32 signature; /* PIRQ_SIGNATURE should be here */ 59 u16 version; /* PIRQ_VERSION */ 60 u16 size; /* Table size in bytes */ 61 u8 rtr_bus, rtr_devfn; /* Where the interrupt router lies */ 62 u16 exclusive_irqs; /* IRQs devoted exclusively to PCI usage */ 63 u16 rtr_vendor, rtr_device; /* Vendor and device ID of interrupt router */ 64 u32 miniport_data; /* Crap */ 65 u8 rfu[11]; 66 u8 checksum; /* Modulo 256 checksum must give zero */ [all …]
|
/linux-2.4.37.9/arch/i386/kernel/ |
D | pci-i386.h | 54 struct irq_routing_table { struct 55 u32 signature; /* PIRQ_SIGNATURE should be here */ 56 u16 version; /* PIRQ_VERSION */ 57 u16 size; /* Table size in bytes */ 58 u8 rtr_bus, rtr_devfn; /* Where the interrupt router lies */ 59 u16 exclusive_irqs; /* IRQs devoted exclusively to PCI usage */ 60 u16 rtr_vendor, rtr_device; /* Vendor and device ID of interrupt router */ 61 u32 miniport_data; /* Crap */ 62 u8 rfu[11]; 63 u8 checksum; /* Modulo 256 checksum must give zero */ [all …]
|
/linux-2.4.37.9/drivers/ide/pci/ |
D | alim15x3.c | 805 s8 irq_routing_table[] = { -1, 9, 3, 10, 4, 5, 7, 6, local
|