Lines Matching refs:SD_TIMEOUT_HIGH
36 #define SD_TIMEOUT_HIGH 20000 /* ms */ macro
111 while (get_timer_val(start_time) < SD_TIMEOUT_HIGH) { in esdhc_init()
194 while (get_timer_val(start_time) < SD_TIMEOUT_HIGH) { in esdhc_send_cmd()
287 while (get_timer_val(start_time) < SD_TIMEOUT_HIGH) { in esdhc_wait_response()
421 while (get_timer_val(start_time) < SD_TIMEOUT_HIGH) { in esdhc_set_data_attributes()
486 while (get_timer_val(start_time) < SD_TIMEOUT_HIGH) { in esdhc_read_data_nodma()
521 while (get_timer_val(start_time) < SD_TIMEOUT_HIGH) { in esdhc_read_data_nodma()
559 while (get_timer_val(start_time) < SD_TIMEOUT_HIGH) { in esdhc_write_data_nodma()
593 while (get_timer_val(start_time) < SD_TIMEOUT_HIGH) { in esdhc_write_data_nodma()
644 (get_timer_val(start_time) < SD_TIMEOUT_HIGH + tblk)); in esdhc_read_data_dma()
646 if (get_timer_val(start_time) > SD_TIMEOUT_HIGH + tblk) { in esdhc_read_data_dma()
688 (get_timer_val(start_time) < SD_TIMEOUT_HIGH + tblk)); in esdhc_write_data_dma()
690 if (get_timer_val(start_time) > SD_TIMEOUT_HIGH + tblk) { in esdhc_write_data_dma()
892 while (get_timer_val(start_time) < SD_TIMEOUT_HIGH) { in change_state_to_transfer_state()
1032 (get_timer_val(start_time) < SD_TIMEOUT_HIGH)); in identify_mmc_card()
1034 if (get_timer_val(start_time) > SD_TIMEOUT_HIGH) { in identify_mmc_card()
1120 (get_timer_val(start_time) < SD_TIMEOUT_HIGH)); in check_for_sd_card()
1122 if (get_timer_val(start_time) > SD_TIMEOUT_HIGH) { in check_for_sd_card()