Home
last modified time | relevance | path

Searched refs:final_fall_delay (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dmtk-sd.c1919 struct msdc_delay_phase final_rise_delay, final_fall_delay = { 0,}; in msdc_tune_response() local
1975 final_fall_delay = get_best_delay(host, fall_delay); in msdc_tune_response()
1978 final_maxlen = max(final_rise_delay.maxlen, final_fall_delay.maxlen); in msdc_tune_response()
1979 if (final_fall_delay.maxlen >= 12 && final_fall_delay.start < 4) in msdc_tune_response()
1980 final_maxlen = final_fall_delay.maxlen; in msdc_tune_response()
1986 final_delay = final_fall_delay.final_phase; in msdc_tune_response()
2063 struct msdc_delay_phase final_rise_delay, final_fall_delay = { 0,}; in msdc_tune_data() local
2091 final_fall_delay = get_best_delay(host, fall_delay); in msdc_tune_data()
2094 final_maxlen = max(final_rise_delay.maxlen, final_fall_delay in msdc_tune_data()
2118 struct msdc_delay_phase final_rise_delay, final_fall_delay = { 0,}; msdc_tune_together() local
[all...]
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dmtk-sd.c2011 struct msdc_delay_phase final_rise_delay, final_fall_delay = { 0,}; in msdc_tune_response() local
2067 final_fall_delay = get_best_delay(host, fall_delay); in msdc_tune_response()
2070 final_maxlen = max(final_rise_delay.maxlen, final_fall_delay.maxlen); in msdc_tune_response()
2071 if (final_fall_delay.maxlen >= 12 && final_fall_delay.start < 4) in msdc_tune_response()
2072 final_maxlen = final_fall_delay.maxlen; in msdc_tune_response()
2078 final_delay = final_fall_delay.final_phase; in msdc_tune_response()
2155 struct msdc_delay_phase final_rise_delay, final_fall_delay = { 0,}; in msdc_tune_data() local
2183 final_fall_delay = get_best_delay(host, fall_delay); in msdc_tune_data()
2186 final_maxlen = max(final_rise_delay.maxlen, final_fall_delay in msdc_tune_data()
2210 struct msdc_delay_phase final_rise_delay, final_fall_delay = { 0,}; msdc_tune_together() local
[all...]

Completed in 8 milliseconds