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);
1054 if (hc->pci_membase)
1055 iounmap(hc->pci_membase);
4349 hc->pci_membase = NULL;
4396 hc->pci_membase = ioremap(hc->pci_origmembase, 0x400);
4397 if (!hc->pci_membase) {
4407 hc->id, (u_long)hc->pci_membase, hc->pci_origmembase,
4426 hc->pci_membase = ioremap(hc->pci_origmembase, 256);
4427 if (!hc->pci_membase) {
4435 "%d HZ %d leds-type %d\n", hc->id, (u_long)hc->pci_membase,