Searched refs:GENCLK_DIV (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/mmc/host/
H A Ddw_mmc-k3.c36 #define GENCLK_DIV (7) macro
259 reg_value = FIELD_PREP(GPIO_CLK_DIV_MASK, GENCLK_DIV) |
273 host->bus_hz /= (GENCLK_DIV + 1);
307 wanted = ios->clock * (GENCLK_DIV + 1);
316 host->bus_hz = actual / (GENCLK_DIV + 1);

Completed in 102 milliseconds