Searched refs:yield_delay_us (Results 1 – 1 of 1) sorted by relevance
189 int64_t yield_delay_us = 100 * 1000; /* initially 100ms */ in handle_idle_state_events() local212 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() local308 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() local748 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[all …]