Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
A Dau1xmmc.c146 #define HOST_CONFIG2(h) ((h)->iobase + SD_CONFIG2) macro
174 u32 val = __raw_readl(HOST_CONFIG2(host)); in FLUSH_FIFO()
183 __raw_writel(val, HOST_CONFIG2(host)); in FLUSH_FIFO()
202 config2 = __raw_readl(HOST_CONFIG2(host)); in SEND_STOP()
724 __raw_writel(SD_CONFIG2_EN, HOST_CONFIG2(host)); in au1xmmc_reset_controller()
731 __raw_writel(SD_CONFIG2_EN, HOST_CONFIG2(host)); in au1xmmc_reset_controller()
756 config2 = __raw_readl(HOST_CONFIG2(host)); in au1xmmc_set_ios()
769 __raw_writel(config2, HOST_CONFIG2(host)); in au1xmmc_set_ios()
1086 __raw_writel(0, HOST_CONFIG2(host)); in au1xmmc_probe()
1132 __raw_writel(0, HOST_CONFIG2(host)); in au1xmmc_remove()
[all …]

Completed in 6 milliseconds