Searched refs:pci_membase (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/brcm-boards/bcm947xx/
H A Dpcibios.c93 static u32 pci_membase = SI_PCI_DMA; variable
128 pci_membase = SI_PCI_MEM;
198 pci_membase = hndpci_get_membase(b->number);
208 base = (res->flags & IORESOURCE_IO) ? &pci_iobase : &pci_membase;
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dhndpci.c87 static uint32 pci_membase[SI_PCI_MAXCORES] = { variable
156 ASSERT(pci_membase[coreunit]);
157 return pci_membase[coreunit];
854 (pci_membase[coreunit] = SI_PCI_MEM));
857 pci_membase[coreunit] = SI_PCI_MEM;
861 pci_membase[coreunit] = SI_PCI1_MEM;
866 pci_membase[coreunit]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A Dhfc_multi_8xx.h111 hc->pci_membase = 0;
H A Dhfcmulti.c279 writeb(val, hc->pci_membase + reg);
288 return readb(hc->pci_membase + reg);
297 return readw(hc->pci_membase + reg);
306 while (readb(hc->pci_membase + R_STATUS) & V_BUSY)
471 hc->pci_membase + A_FIFO_DATA0);
477 hc->pci_membase + A_FIFO_DATA0);
482 writeb(*data, hc->pci_membase + A_FIFO_DATA0);
516 le32_to_cpu(readl(hc->pci_membase + A_FIFO_DATA0));
522 le16_to_cpu(readw(hc->pci_membase + A_FIFO_DATA0));
527 *data = readb(hc->pci_membase
[all...]
H A Dhfc_multi.h183 void __iomem *pci_membase; /* PCI memory */ member in struct:hfc_multi

Completed in 95 milliseconds