Searched refs:PCIA (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/pci/ |
H A 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()
|
H A D | fixup-lemote2f.c | 23 #define PCIA 4 macro 28 /* all the pci device has the PCIA pin, check the datasheet. */ 37 {0, PCIA, 0, 0, 0}, /* 17: RTL8110-0 */ 41 {0, PCIA, PCIB, PCIC, PCID}, /* 21: PCI-SLOT */
|
H A D | pci-vr41xx.c | 156 PCIA(master->pci_base_address); in vr41xx_pciu_init() 169 PCIA(master->pci_base_address); in vr41xx_pciu_init()
|
H A D | pci-vr41xx.h | 22 #define PCIA(addr) (((addr) >> 24) & 0x000000ffU) macro
|
/kernel/linux/linux-6.6/arch/mips/pci/ |
H A 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()
|
H A D | fixup-lemote2f.c | 23 #define PCIA 4 macro 28 /* all the pci device has the PCIA pin, check the datasheet. */ 37 {0, PCIA, 0, 0, 0}, /* 17: RTL8110-0 */ 41 {0, PCIA, PCIB, PCIC, PCID}, /* 21: PCI-SLOT */
|
Completed in 3 milliseconds