Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dsunplus-mmc.c88 #define SPMMC_CLOCK_DIVISION GENMASK(31, 20) macro
246 value &= ~SPMMC_CLOCK_DIVISION; in spmmc_set_bus_clk()
247 value |= FIELD_PREP(SPMMC_CLOCK_DIVISION, clkdiv); 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()