Lines Matching refs:readl
187 *status = readl(host->base + REG_STATUS); in moxart_wait_for_status()
240 cmd->resp[3] = readl(host->base + REG_RESPONSE0); in moxart_send_command()
241 cmd->resp[2] = readl(host->base + REG_RESPONSE1); in moxart_send_command()
242 cmd->resp[1] = readl(host->base + REG_RESPONSE2); in moxart_send_command()
243 cmd->resp[0] = readl(host->base + REG_RESPONSE3); in moxart_send_command()
245 cmd->resp[0] = readl(host->base + REG_RESPONSE0); in moxart_send_command()
410 if (readl(host->base + REG_STATUS) & CARD_DETECT) { in moxart_request()
473 status = readl(host->base + REG_STATUS); in moxart_irq()
515 writel(readl(host->base + REG_POWER_CONTROL) & ~SD_POWER_ON, in moxart_set_ios()
547 return !!(readl(host->base + REG_STATUS) & WRITE_PROT); in moxart_get_ro()
611 host->fifo_width = readl(host->base + REG_FEATURE) << 2; in moxart_probe()
649 switch ((readl(host->base + REG_BUS_WIDTH) >> 3) & 3) { in moxart_probe()
664 if (!(readl(host->base + REG_COMMAND) & CMD_SDC_RESET)) in moxart_probe()
703 writel(readl(host->base + REG_CLOCK_CONTROL) | CLK_OFF, in moxart_remove()