Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Dau1xmmc.c141 #define HOST_ENABLE(h) ((h)->iobase + SD_ENABLE) macro
723 __raw_writel(SD_ENABLE_CE, HOST_ENABLE(host)); in au1xmmc_reset_controller()
727 __raw_writel(SD_ENABLE_R | SD_ENABLE_CE, HOST_ENABLE(host)); in au1xmmc_reset_controller()
1103 __raw_writel(0, HOST_ENABLE(host)); in au1xmmc_probe()
1149 __raw_writel(0, HOST_ENABLE(host)); in au1xmmc_remove()
1183 __raw_writel(0, HOST_ENABLE(host)); in au1xmmc_suspend()