Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mmc/host/
Dau1xmmc.c141 #define HOST_ENABLE(h) ((h)->iobase + SD_ENABLE) macro
710 __raw_writel(SD_ENABLE_CE, HOST_ENABLE(host)); in au1xmmc_reset_controller()
714 __raw_writel(SD_ENABLE_R | SD_ENABLE_CE, HOST_ENABLE(host)); in au1xmmc_reset_controller()
1087 __raw_writel(0, HOST_ENABLE(host)); in au1xmmc_probe()
1134 __raw_writel(0, HOST_ENABLE(host)); in au1xmmc_remove()
1167 __raw_writel(0, HOST_ENABLE(host)); in au1xmmc_suspend()