Searched refs:tap_cnt (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 621 if (re - rs > tap_cnt) { in renesas_sdhi_select_tuning() 624 tap_cnt = tap_end - tap_start; in renesas_sdhi_select_tuning() 628 if (tap_cnt >= min_tap_row) 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 657 if (re - rs > tap_cnt) { in renesas_sdhi_select_tuning() 660 tap_cnt = tap_end - tap_start; in renesas_sdhi_select_tuning() 664 if (tap_cnt >= min_tap_row) in renesas_sdhi_select_tuning()
|
Completed in 4 milliseconds