Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/mmc/host/
Ddw_mmc-hi3798cv200.c66 int raise_point = -1, fall_point = -1; in dw_mci_hi3798cv200_execute_tuning() local
81 fall_point = i - 1; in dw_mci_hi3798cv200_execute_tuning()
86 if (raise_point != -1 && fall_point != -1) in dw_mci_hi3798cv200_execute_tuning()
97 if (fall_point == -1) in dw_mci_hi3798cv200_execute_tuning()
98 fall_point = ARRAY_SIZE(degrees) - 1; in dw_mci_hi3798cv200_execute_tuning()
99 if (fall_point < raise_point) { in dw_mci_hi3798cv200_execute_tuning()
100 if ((raise_point + fall_point) > in dw_mci_hi3798cv200_execute_tuning()
102 i = fall_point / 2; in dw_mci_hi3798cv200_execute_tuning()
106 i = (raise_point + fall_point) / 2; in dw_mci_hi3798cv200_execute_tuning()
111 raise_point, fall_point, degrees[i]); in dw_mci_hi3798cv200_execute_tuning()
Ddw_mmc-starfive.c53 int rise_point = -1, fall_point = -1; in dw_mci_starfive_execute_tuning() local
78 fall_point = i - 1; in dw_mci_starfive_execute_tuning()
83 if (rise_point != -1 && fall_point != -1) in dw_mci_starfive_execute_tuning()
94 if (fall_point == -1) in dw_mci_starfive_execute_tuning()
95 fall_point = grade - 1; in dw_mci_starfive_execute_tuning()
96 if (fall_point < rise_point) { in dw_mci_starfive_execute_tuning()
97 if ((rise_point + fall_point) > in dw_mci_starfive_execute_tuning()
99 i = fall_point / 2; in dw_mci_starfive_execute_tuning()
103 i = (rise_point + fall_point) / 2; in dw_mci_starfive_execute_tuning()