Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mmc/host/
Dsunplus-mmc.c74 #define SPMMC_SD_CONFIG0_REG 0x0090 macro
236 u32 value = readl(host->base + SPMMC_SD_CONFIG0_REG); in spmmc_set_bus_clk()
248 writel(value, host->base + SPMMC_SD_CONFIG0_REG); in spmmc_set_bus_clk()
254 int clkdiv = FIELD_GET(SPMMC_CLOCK_DIVISION, readl(host->base + SPMMC_SD_CONFIG0_REG)); in spmmc_set_bus_timing()
294 value = readl(host->base + SPMMC_SD_CONFIG0_REG); in spmmc_set_bus_timing()
296 writel(value, host->base + SPMMC_SD_CONFIG0_REG); in spmmc_set_bus_timing()
298 value = readl(host->base + SPMMC_SD_CONFIG0_REG); in spmmc_set_bus_timing()
300 writel(value, host->base + SPMMC_SD_CONFIG0_REG); in spmmc_set_bus_timing()
306 u32 value = readl(host->base + SPMMC_SD_CONFIG0_REG); in spmmc_set_bus_width()
322 writel(value, host->base + SPMMC_SD_CONFIG0_REG); in spmmc_set_bus_width()
[all …]