Searched refs:PAD_DELAY_MAX (Results 1 – 1 of 1) sorted by relevance
279 #define PAD_DELAY_MAX 32 /* PAD delay cells */ macro1513 bit %= PAD_DELAY_MAX; in test_delay_bit()1521 for (i = 0; i < (PAD_DELAY_MAX - start_bit); i++) { in get_delay_len()1525 return PAD_DELAY_MAX - start_bit; in get_delay_len()1541 while (start < PAD_DELAY_MAX) { in get_best_delay()1554 final_phase = (start_final + len_final / 3) % PAD_DELAY_MAX; in get_best_delay()1556 final_phase = (start_final + len_final / 2) % PAD_DELAY_MAX; in get_best_delay()1585 for (i = 0 ; i < PAD_DELAY_MAX; i++) { in msdc_tune_response()1610 for (i = 0; i < PAD_DELAY_MAX; i++) { in msdc_tune_response()1648 for (i = 0; i < PAD_DELAY_MAX; i++) { in msdc_tune_response()[all …]