Lines Matching refs:pci_membase
281 writeb(val, hc->pci_membase + reg);
290 return readb(hc->pci_membase + reg);
299 return readw(hc->pci_membase + reg);
308 while (readb(hc->pci_membase + R_STATUS) & V_BUSY)
473 hc->pci_membase + A_FIFO_DATA0);
479 hc->pci_membase + A_FIFO_DATA0);
484 writeb(*data, hc->pci_membase + A_FIFO_DATA0);
518 le32_to_cpu(readl(hc->pci_membase + A_FIFO_DATA0));
524 le16_to_cpu(readw(hc->pci_membase + A_FIFO_DATA0));
529 *data = readb(hc->pci_membase + A_FIFO_DATA0);
1085 if (hc->pci_membase)
1086 iounmap(hc->pci_membase);
4382 hc->pci_membase = NULL;
4429 hc->pci_membase = ioremap(hc->pci_origmembase, 0x400);
4430 if (!hc->pci_membase) {
4440 hc->id, (u_long)hc->pci_membase, hc->pci_origmembase,
4459 hc->pci_membase = ioremap(hc->pci_origmembase, 256);
4460 if (!hc->pci_membase) {
4468 "%d HZ %d leds-type %d\n", hc->id, (u_long)hc->pci_membase,