Home
last modified time | relevance | path

Searched refs:HOST_STATUS (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/mmc/host/
H A Dau1xmmc.c139 #define HOST_STATUS(h) ((h)->iobase + SD_STATUS) macro
330 status = __raw_readl(HOST_STATUS(host)); in au1xmmc_data_complete()
334 status = __raw_readl(HOST_STATUS(host)); in au1xmmc_data_complete()
348 __raw_writel(SD_STATUS_WC | SD_STATUS_RC, HOST_STATUS(host)); in au1xmmc_data_complete()
371 u32 status = __raw_readl(HOST_STATUS(host)); in au1xmmc_data_bh_work()
403 status = __raw_readl(HOST_STATUS(host)); in au1xmmc_send_pio()
464 status = __raw_readl(HOST_STATUS(host)); in au1xmmc_receive_pio()
580 status = __raw_readl(HOST_STATUS(host)); in au1xmmc_cmd_complete()
718 __raw_writel(~0, HOST_STATUS(host)); in au1xmmc_reset_controller()
783 status = __raw_readl(HOST_STATUS(hos in au1xmmc_irq()
[all...]