Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Ddw_mmc-exynos.h24 #define SDMMC_CLKSEL_GET_DIV(x) (((x) >> 24) & 0x7) macro
H A Ddw_mmc-exynos.c85 return SDMMC_CLKSEL_GET_DIV(mci_readl(host, CLKSEL64)) + 1; in dw_mci_exynos_get_ciu_div()
87 return SDMMC_CLKSEL_GET_DIV(mci_readl(host, CLKSEL)) + 1; in dw_mci_exynos_get_ciu_div()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Ddw_mmc-exynos.h24 #define SDMMC_CLKSEL_GET_DIV(x) (((x) >> 24) & 0x7) macro
H 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 3 milliseconds