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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pci/
H A Dfixup-malta.c5 #define PCIA 1 macro
33 {0, PCIA, PCIB, PCIC, PCID }, /* 18: PCI Slot 1 */
34 {0, PCIB, PCIC, PCID, PCIA }, /* 19: PCI Slot 2 */
35 {0, PCIC, PCID, PCIA, PCIB }, /* 20: PCI Slot 3 */
36 {0, PCID, PCIA, PCIB, PCIC } /* 21: PCI Slot 4 */
67 pci_irq[PCIA+i] = 0; /* Disabled */
69 pci_irq[PCIA+i] = piixirqmap[reg_val & 15];
H A Dfixup-lemote2f.c27 #define PCIA 4 macro
32 /* all the pci device has the PCIA pin, check the datasheet. */
41 {0, PCIA, 0, 0, 0}, /* 17: RTL8110-0 */
45 {0, PCIA, PCIB, PCIC, PCID}, /* 21: PCI-SLOT */
H A Dpci-vr41xx.c169 PCIA(master->pci_base_address);
182 PCIA(master->pci_base_address);
H A Dpci-vr41xx.h35 #define PCIA(addr) (((addr) >> 24) & 0x000000ffU) macro

Completed in 71 milliseconds