Home
last modified time | relevance | path

Searched refs:PCIA (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/arch/mips/pci/
Dfixup-malta.c7 #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()
Dfixup-lemote2f.c23 #define PCIA 4 macro
37 {0, PCIA, 0, 0, 0}, /* 17: RTL8110-0 */
41 {0, PCIA, PCIB, PCIC, PCID}, /* 21: PCI-SLOT */
Dpci-vr41xx.c156 PCIA(master->pci_base_address); in vr41xx_pciu_init()
169 PCIA(master->pci_base_address); in vr41xx_pciu_init()
Dpci-vr41xx.h22 #define PCIA(addr) (((addr) >> 24) & 0x000000ffU) macro