Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mmc/host/
Dowl-mmc.c28 #define OWL_REG_SD_CTL 0x0004 macro
222 mode |= (readl(owl_host->base + OWL_REG_SD_CTL) & (0xff << 16)); in owl_mmc_send_cmd()
239 writel(mode, owl_host->base + OWL_REG_SD_CTL); in owl_mmc_send_cmd()
394 reg = readl(owl_host->base + OWL_REG_SD_CTL); in owl_mmc_set_clk_rate()
401 owl_host->base + OWL_REG_SD_CTL); in owl_mmc_set_clk_rate()
405 owl_host->base + OWL_REG_SD_CTL); in owl_mmc_set_clk_rate()
409 owl_host->base + OWL_REG_SD_CTL); in owl_mmc_set_clk_rate()
414 owl_host->base + OWL_REG_SD_CTL); in owl_mmc_set_clk_rate()
474 mode = (readl(owl_host->base + OWL_REG_SD_CTL) & (0xff << 16)); in owl_mmc_power_on()
476 writel(mode, owl_host->base + OWL_REG_SD_CTL); in owl_mmc_power_on()