Lines Matching defs:iobase
81 unsigned char __iomem *iobase;
91 unsigned int value = readl(host->iobase + reg);
99 writel(value, host->iobase + reg);
107 unsigned int value = readw(host->iobase + reg);
115 writew(value, host->iobase + reg);
122 unsigned int value = readb(host->iobase + reg);
390 void __iomem *iobase;
400 iobase =
402 if (!iobase) {
403 dev_err(dev, "unable to map iobase\n");
407 if (readl(iobase + R104_VERSION) != 0x4000) {
422 host->iobase = iobase;
454 pci_iounmap(pci_dev, iobase);
492 pci_iounmap(host->pci_dev, host->iobase);