Lines Matching refs:iobase
94 void __iomem *iobase; member
139 #define HOST_STATUS(h) ((h)->iobase + SD_STATUS)
140 #define HOST_CONFIG(h) ((h)->iobase + SD_CONFIG)
141 #define HOST_ENABLE(h) ((h)->iobase + SD_ENABLE)
142 #define HOST_TXPORT(h) ((h)->iobase + SD_TXPORT)
143 #define HOST_RXPORT(h) ((h)->iobase + SD_RXPORT)
144 #define HOST_CMDARG(h) ((h)->iobase + SD_CMDARG)
145 #define HOST_BLKSIZE(h) ((h)->iobase + SD_BLKSIZE)
146 #define HOST_CMD(h) ((h)->iobase + SD_CMD)
147 #define HOST_CONFIG2(h) ((h)->iobase + SD_CONFIG2)
148 #define HOST_TIMEOUT(h) ((h)->iobase + SD_TIMEOUT)
149 #define HOST_DEBUG(h) ((h)->iobase + SD_DEBUG)
544 r[0] = __raw_readl(host->iobase + SD_RESP3); in au1xmmc_cmd_complete()
545 r[1] = __raw_readl(host->iobase + SD_RESP2); in au1xmmc_cmd_complete()
546 r[2] = __raw_readl(host->iobase + SD_RESP1); in au1xmmc_cmd_complete()
547 r[3] = __raw_readl(host->iobase + SD_RESP0); in au1xmmc_cmd_complete()
566 cmd->resp[0] = __raw_readl(host->iobase + SD_RESP0); in au1xmmc_cmd_complete()
979 host->iobase = ioremap(r->start, 0x3c); in au1xmmc_probe()
980 if (!host->iobase) { in au1xmmc_probe()
1092 " (mode=%s)\n", pdev->id, host->iobase, in au1xmmc_probe()
1123 iounmap((void *)host->iobase); in au1xmmc_probe()
1166 iounmap((void *)host->iobase); in au1xmmc_remove()