Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dsdhci-xenon.c56 reg = sdhci_readl(host, XENON_SYS_OP_CTRL); in xenon_set_sdclk_off_idle()
64 sdhci_writel(host, reg, XENON_SYS_OP_CTRL); in xenon_set_sdclk_off_idle()
72 reg = sdhci_readl(host, XENON_SYS_OP_CTRL); in xenon_set_acg()
77 sdhci_writel(host, reg, XENON_SYS_OP_CTRL); in xenon_set_acg()
86 reg = sdhci_readl(host, XENON_SYS_OP_CTRL); in xenon_enable_sdhc()
88 sdhci_writel(host, reg, XENON_SYS_OP_CTRL); in xenon_enable_sdhc()
104 reg = sdhci_readl(host, XENON_SYS_OP_CTRL); in xenon_disable_sdhc()
106 sdhci_writel(host, reg, XENON_SYS_OP_CTRL); in xenon_disable_sdhc()
Dsdhci-xenon.h19 #define XENON_SYS_OP_CTRL 0x0108 macro