Lines Matching defs:iobase
81 unsigned char __iomem *iobase;
91 unsigned int value = readl(host->iobase + reg);
99 writel(value, host->iobase + reg);
107 writew(value, host->iobase + reg);
114 unsigned int value = readb(host->iobase + reg);
382 void __iomem *iobase;
392 iobase =
394 if (!iobase) {
395 dev_err(dev, "unable to map iobase\n");
399 if (readl(iobase + R104_VERSION) != 0x4000) {
414 host->iobase = iobase;
446 pci_iounmap(pci_dev, iobase);
484 pci_iounmap(host->pci_dev, host->iobase);