Lines Matching refs:HOST_STATUS
139 #define HOST_STATUS(h) ((h)->iobase + SD_STATUS) macro
318 u32 status = __raw_readl(HOST_STATUS(host)); in au1xmmc_send_command()
321 status = __raw_readl(HOST_STATUS(host)); in au1xmmc_send_command()
324 __raw_writel(SD_STATUS_CR, 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()
364 __raw_writel(SD_STATUS_WC | SD_STATUS_RC, 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()
593 status = __raw_readl(HOST_STATUS(host)); in au1xmmc_cmd_complete()
731 __raw_writel(~0, HOST_STATUS(host)); in au1xmmc_reset_controller()
796 status = __raw_readl(HOST_STATUS(host)); in au1xmmc_irq()
842 __raw_writel(status, HOST_STATUS(host)); in au1xmmc_irq()
1182 __raw_writel(0xffffffff, HOST_STATUS(host)); in au1xmmc_suspend()