Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mmc/host/
Dsdhci-xenon.c57 reg = sdhci_readl(host, XENON_SYS_OP_CTRL); in xenon_set_sdclk_off_idle()
65 sdhci_writel(host, reg, XENON_SYS_OP_CTRL); in xenon_set_sdclk_off_idle()
73 reg = sdhci_readl(host, XENON_SYS_OP_CTRL); in xenon_set_acg()
78 sdhci_writel(host, reg, XENON_SYS_OP_CTRL); in xenon_set_acg()
87 reg = sdhci_readl(host, XENON_SYS_OP_CTRL); in xenon_enable_sdhc()
89 sdhci_writel(host, reg, XENON_SYS_OP_CTRL); in xenon_enable_sdhc()
105 reg = sdhci_readl(host, XENON_SYS_OP_CTRL); in xenon_disable_sdhc()
107 sdhci_writel(host, reg, XENON_SYS_OP_CTRL); in xenon_disable_sdhc()
Dsdhci-xenon.h16 #define XENON_SYS_OP_CTRL 0x0108 macro