Searched refs:pci_irq_table (Results 1 – 9 of 9) sorted by relevance
43 static int pci_irq_table[IRQ_LINES] = { in nslu2_map_irq() local50 return pci_irq_table[(slot + pin - 2) % IRQ_LINES]; in nslu2_map_irq()
49 static int pci_irq_table[IRQ_LINES] = { in miccpt_map_irq() local57 return pci_irq_table[(slot + pin - 2) % 4]; in miccpt_map_irq()
43 static int pci_irq_table[IRQ_LINES] = { in fsg_map_irq() local53 irq = pci_irq_table[slot - 1]; in fsg_map_irq()
48 static int pci_irq_table[IRQ_LINES] = { in ixdp425_map_irq() local56 return pci_irq_table[(slot + pin - 2) % 4]; in ixdp425_map_irq()
51 static int pci_irq_table[IRQ_LINES] = { in avila_map_irq() local61 return pci_irq_table[(slot + pin - 2) % 4]; in avila_map_irq()
46 static int pci_irq_table[MAX_DEV][IRQ_LINES] = { in nas100d_map_irq() local54 return pci_irq_table[slot - 1][pin - 1]; in nas100d_map_irq()
49 static int pci_irq_table[MAX_DEV][IRQ_LINES] = { in dsmg600_map_irq() local58 return pci_irq_table[slot - 1][pin - 1]; in dsmg600_map_irq()
79 static int pci_irq_table[][4] = { in glantank_pci_map_irq() local92 return pci_irq_table[slot % 4][pin - 1]; in glantank_pci_map_irq()
84 static int pci_irq_table[][4] = { in em7210_pci_map_irq() local100 return pci_irq_table[slot % 6][pin - 1]; in em7210_pci_map_irq()