Lines Matching refs:__raw_readl
167 u32 val = __raw_readl(HOST_CONFIG(host)); in IRQ_ON()
175 u32 val = __raw_readl(HOST_CONFIG2(host)); in FLUSH_FIFO()
190 u32 val = __raw_readl(HOST_CONFIG(host)); in IRQ_OFF()
203 config2 = __raw_readl(HOST_CONFIG2(host)); in SEND_STOP()
313 while (__raw_readl(HOST_CMD(host)) & SD_CMD_GO) in au1xmmc_send_command()
318 u32 status = __raw_readl(HOST_STATUS(host)); in au1xmmc_send_command()
321 status = __raw_readl(HOST_STATUS(host)); in au1xmmc_send_command()
346 status = __raw_readl(HOST_STATUS(host)); in au1xmmc_data_complete()
350 status = __raw_readl(HOST_STATUS(host)); in au1xmmc_data_complete()
387 u32 status = __raw_readl(HOST_STATUS(host)); in au1xmmc_tasklet_data()
419 status = __raw_readl(HOST_STATUS(host)); in au1xmmc_send_pio()
479 status = __raw_readl(HOST_STATUS(host)); in au1xmmc_receive_pio()
501 val = __raw_readl(HOST_RXPORT(host)); in au1xmmc_receive_pio()
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()
593 status = __raw_readl(HOST_STATUS(host)); in au1xmmc_cmd_complete()
606 config = __raw_readl(HOST_CONFIG(host)); in au1xmmc_set_clock()
770 config2 = __raw_readl(HOST_CONFIG2(host)); in au1xmmc_set_ios()
796 status = __raw_readl(HOST_STATUS(host)); in au1xmmc_irq()