Searched refs:final_fall_delay (Results 1 – 1 of 1) sorted by relevance
1316 struct msdc_delay_phase final_rise_delay, final_fall_delay; in msdc_tune_response() local1340 final_fall_delay = get_best_delay(host, fall_delay); in msdc_tune_response()1342 final_maxlen = max(final_rise_delay.maxlen, final_fall_delay.maxlen); in msdc_tune_response()1351 final_fall_delay.final_phase); in msdc_tune_response()1352 final_delay = final_fall_delay.final_phase; in msdc_tune_response()1362 struct msdc_delay_phase final_rise_delay, final_fall_delay; in msdc_tune_data() local1387 final_fall_delay = get_best_delay(host, fall_delay); in msdc_tune_data()1389 final_maxlen = max(final_rise_delay.maxlen, final_fall_delay.maxlen); in msdc_tune_data()1405 final_fall_delay.final_phase); in msdc_tune_data()1406 final_delay = final_fall_delay.final_phase; in msdc_tune_data()