Lines Matching refs:yield_delay_us
189 int64_t yield_delay_us = 100 * 1000; /* initially 100ms */ in handle_idle_state_events() local
212 if (t1 - t0 > yield_delay_us) { in handle_idle_state_events()
213 yield_delay_us *= 2; in handle_idle_state_events()
298 int64_t yield_delay_us = 100 * 1000; /* initially 100ms */ in sdmmc_host_start_command() local
308 if (t1 - t0 > yield_delay_us) { in sdmmc_host_start_command()
309 yield_delay_us *= 2; in sdmmc_host_start_command()
725 int64_t yield_delay_us = 100 * 1000; /* initially 100ms */ in sdmmc_host_clock_update_command() local
748 if (t1 - t0 > yield_delay_us) { in sdmmc_host_clock_update_command()
749 yield_delay_us *= 2; in sdmmc_host_clock_update_command()
933 int64_t yield_delay_us = 100 * 1000; /* initially 100ms */ in sdhc_esp32_reset() local
945 if (t1 - t0 > yield_delay_us) { in sdhc_esp32_reset()
946 yield_delay_us *= 2; in sdhc_esp32_reset()