Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/mmc/host/
A Ddw_mmc-exynos.h24 #define SDMMC_CLKSEL_GET_DIV(x) (((x) >> 24) & 0x7) macro
A Ddw_mmc-exynos.c90 return SDMMC_CLKSEL_GET_DIV(mci_readl(host, CLKSEL64)) + 1; in dw_mci_exynos_get_ciu_div()
92 return SDMMC_CLKSEL_GET_DIV(mci_readl(host, CLKSEL)) + 1; in dw_mci_exynos_get_ciu_div()

Completed in 4 milliseconds