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