Searched refs:tap_start (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | renesas_sdhi_core.c | 582 unsigned int tap_start = 0, tap_end = 0, tap_cnt = 0, rs, re, i; in renesas_sdhi_select_tuning() local 623 tap_start = rs; in renesas_sdhi_select_tuning() 624 tap_cnt = tap_end - tap_start; in renesas_sdhi_select_tuning() 629 priv->tap_set = (tap_start + tap_end) / 2 % priv->tap_num; in renesas_sdhi_select_tuning()
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | renesas_sdhi_core.c | 618 unsigned int tap_start = 0, tap_end = 0, tap_cnt = 0, rs, re, i; in renesas_sdhi_select_tuning() local 659 tap_start = rs; in renesas_sdhi_select_tuning() 660 tap_cnt = tap_end - tap_start; in renesas_sdhi_select_tuning() 665 priv->tap_set = (tap_start + tap_end) / 2 % priv->tap_num; in renesas_sdhi_select_tuning()
|
Completed in 4 milliseconds