Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dau1xmmc.c138 #define HOST_STATUS(h) ((h)->iobase + SD_STATUS) macro
329 status = __raw_readl(HOST_STATUS(host)); in au1xmmc_data_complete()
333 status = __raw_readl(HOST_STATUS(host)); in au1xmmc_data_complete()
370 u32 status = __raw_readl(HOST_STATUS(host)); in au1xmmc_tasklet_data()
402 status = __raw_readl(HOST_STATUS(host)); in au1xmmc_send_pio()
463 status = __raw_readl(HOST_STATUS(host)); in au1xmmc_receive_pio()
579 status = __raw_readl(HOST_STATUS(host)); in au1xmmc_cmd_complete()
717 __raw_writel(~0, HOST_STATUS(host)); in au1xmmc_reset_controller()
782 status = __raw_readl(HOST_STATUS(host)); in au1xmmc_irq()
828 __raw_writel(status, HOST_STATUS(host)); in au1xmmc_irq()
[all …]