Lines Matching defs:candidates
465 static s8 dw_mci_exynos_get_best_clksmpl(u8 candidates)
472 __c = ror8(candidates, i);
480 __c = ror8(candidates, i);
489 * If there are candidates values and don't find bset clk sample value,
490 * then use a first candidates clock sample value.
493 __c = ror8(candidates, i);
508 u8 start_smpl, smpl, candidates = 0;
519 candidates |= (1 << smpl);
523 found = dw_mci_exynos_get_best_clksmpl(candidates);
530 "There is no candidates value about clksmpl!\n");