Searched refs:PCIA (Results 1 – 4 of 4) sorted by relevance
/arch/mips/pci/ |
D | fixup-malta.c | 6 #define PCIA 1 macro 35 {0, PCIA, PCIB, PCIC, PCID }, /* 18: PCI Slot 1 */ 36 {0, PCIB, PCIC, PCID, PCIA }, /* 19: PCI Slot 2 */ 37 {0, PCIC, PCID, PCIA, PCIB }, /* 20: PCI Slot 3 */ 38 {0, PCID, PCIA, PCIB, PCIC } /* 21: PCI Slot 4 */ 85 pci_irq[PCIA+i] = 0; /* Disabled */ in malta_piix_func0_fixup() 87 pci_irq[PCIA+i] = piixirqmap[reg_val & in malta_piix_func0_fixup()
|
D | fixup-lemote2f.c | 27 #define PCIA 4 macro 41 {0, PCIA, 0, 0, 0}, /* 17: RTL8110-0 */ 45 {0, PCIA, PCIB, PCIC, PCID}, /* 21: PCI-SLOT */
|
D | pci-vr41xx.h | 35 #define PCIA(addr) (((addr) >> 24) & 0x000000ffU) macro
|
D | pci-vr41xx.c | 169 PCIA(master->pci_base_address); in vr41xx_pciu_init() 182 PCIA(master->pci_base_address); in vr41xx_pciu_init()
|