Lines Matching refs:ioaddr
31 ret = in_be32(host->ioaddr + reg); in esdhc_readl()
43 u32 tmp = in_be32(host->ioaddr + SDHCI_SLOT_INT_STATUS); in esdhc_readl()
59 ret = in_be32(host->ioaddr + base) & 0xffff; in esdhc_readw()
61 ret = (in_be32(host->ioaddr + base) >> shift) & 0xffff; in esdhc_readw()
69 u8 ret = (in_be32(host->ioaddr + base) >> shift) & 0xff; in esdhc_readb()
78 dma_bits = in_be32(host->ioaddr + reg); in esdhc_readb()
133 clrsetbits_be32(host->ioaddr + reg , SDHCI_CTRL_DMA_MASK << 5, in esdhc_writeb()
136 val |= in_be32(host->ioaddr + reg) & SDHCI_CTRL_DMA_MASK; in esdhc_writeb()
159 tmp = in_be32(host->ioaddr + SDHCI_SLOT_INT_STATUS); in esdhci_of_adma_workaround()
182 setbits32(host->ioaddr + ESDHC_DMA_SYSCTL, ESDHC_DMA_SNOOP); in esdhc_of_enable_dma()
248 vvn = in_be32(host->ioaddr + SDHCI_SLOT_INT_STATUS); in esdhc_of_platform_init()
275 clrsetbits_be32(host->ioaddr + SDHCI_HOST_CONTROL, in esdhc_pltfm_set_bus_width()