Home
last modified time | relevance | path

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

/drivers/mmc/host/
Ddw_mmc-exynos.c445 static s8 dw_mci_exynos_get_best_clksmpl(u8 candiates) in dw_mci_exynos_get_best_clksmpl() argument
452 __c = ror8(candiates, i); in dw_mci_exynos_get_best_clksmpl()
460 __c = ror8(candiates, i); in dw_mci_exynos_get_best_clksmpl()
473 __c = ror8(candiates, i); in dw_mci_exynos_get_best_clksmpl()
488 u8 start_smpl, smpl, candiates = 0; in dw_mci_exynos_execute_tuning() local
499 candiates |= (1 << smpl); in dw_mci_exynos_execute_tuning()
503 found = dw_mci_exynos_get_best_clksmpl(candiates); in dw_mci_exynos_execute_tuning()