Searched refs:HOST_ENABLE (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | au1xmmc.c | 140 #define HOST_ENABLE(h) ((h)->iobase + SD_ENABLE) macro 709 __raw_writel(SD_ENABLE_CE, HOST_ENABLE(host)); in au1xmmc_reset_controller() 713 __raw_writel(SD_ENABLE_R | SD_ENABLE_CE, HOST_ENABLE(host)); in au1xmmc_reset_controller() 1086 __raw_writel(0, HOST_ENABLE(host)); in au1xmmc_probe() 1133 __raw_writel(0, HOST_ENABLE(host)); in au1xmmc_remove() 1167 __raw_writel(0, HOST_ENABLE(host)); in au1xmmc_suspend()
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | au1xmmc.c | 140 #define HOST_ENABLE(h) ((h)->iobase + SD_ENABLE) macro 709 __raw_writel(SD_ENABLE_CE, HOST_ENABLE(host)); in au1xmmc_reset_controller() 713 __raw_writel(SD_ENABLE_R | SD_ENABLE_CE, HOST_ENABLE(host)); in au1xmmc_reset_controller() 1086 __raw_writel(0, HOST_ENABLE(host)); in au1xmmc_probe() 1133 __raw_writel(0, HOST_ENABLE(host)); in au1xmmc_remove() 1166 __raw_writel(0, HOST_ENABLE(host)); in au1xmmc_suspend()
|
Completed in 4 milliseconds