Lines Matching refs:iobase
95 unsigned char __iomem *iobase; member
105 unsigned int value = readl(host->iobase + reg); in sdricoh_readl()
113 writel(value, host->iobase + reg); in sdricoh_writel()
121 unsigned int value = readw(host->iobase + reg); in sdricoh_readw()
129 writew(value, host->iobase + reg); in sdricoh_writew()
136 unsigned int value = readb(host->iobase + reg); in sdricoh_readb()
402 void __iomem *iobase = NULL; in sdricoh_init_mmc() local
412 iobase = in sdricoh_init_mmc()
414 if (!iobase) { in sdricoh_init_mmc()
419 if (readl(iobase + R104_VERSION) != 0x4000) { in sdricoh_init_mmc()
434 host->iobase = iobase; in sdricoh_init_mmc()
466 if (iobase) in sdricoh_init_mmc()
467 pci_iounmap(pci_dev, iobase); in sdricoh_init_mmc()
508 pci_iounmap(host->pci_dev, host->iobase); in sdricoh_pcmcia_detach()