Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Ddw_mmc-hi3798cv200.c66 int raise_point = -1, fall_point = -1; in dw_mci_hi3798cv200_execute_tuning() local
83 raise_point = i; in dw_mci_hi3798cv200_execute_tuning()
86 if (raise_point != -1 && fall_point != -1) in dw_mci_hi3798cv200_execute_tuning()
95 if (raise_point == -1) in dw_mci_hi3798cv200_execute_tuning()
96 raise_point = 0; 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()
104 i = (raise_point + ARRAY_SIZE(degrees) - 1) / 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()