Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dsunplus-mmc.c609 static inline int spmmc_find_best_delay(u8 candidate_dly) in spmmc_find_best_delay() argument
613 if (!candidate_dly) in spmmc_find_best_delay()
615 f = ffs(candidate_dly) - 1; in spmmc_find_best_delay()
616 w = hweight8(candidate_dly); in spmmc_find_best_delay()
618 if (0xff == (value & ~candidate_dly)) in spmmc_find_best_delay()
806 u8 smpl_dly = 0, candidate_dly = 0; in spmmc_execute_tuning() local
821 candidate_dly |= (1 << smpl_dly); in spmmc_execute_tuning()
827 if (candidate_dly) { in spmmc_execute_tuning()
828 smpl_dly = spmmc_find_best_delay(candidate_dly); in spmmc_execute_tuning()