Searched refs:time_start (Results 1 – 12 of 12) sorted by relevance
228 u32 time_start; in stm32mp_pwr_regulator_set_enable() local252 time_start = get_timer(0); in stm32mp_pwr_regulator_set_enable()259 if (get_timer(time_start) > CONFIG_SYS_HZ) { in stm32mp_pwr_regulator_set_enable()
244 u32 time_start; local279 time_start = get_timer(0);283 } while (get_timer(time_start) < timeo && err == -EBUSY);305 u32 time_start; local320 time_start = get_timer(0);324 } while (get_timer(time_start) < timeo && !dq);370 u32 time_start; local410 time_start = get_timer(0);412 while (get_timer(time_start) < timeo) {429 time_start = get_timer(0);[all …]
51 static ulong time_start; /* Record time we started tftp */ variable326 time_start = get_timer(time_start); in tftp_complete()327 if (time_start > 0) { in tftp_complete()330 time_start * 1000, "/s"); in tftp_complete()856 time_start = get_timer(0); in tftp_start()
193 static ulong time_start; variable564 time_start = get_timer(0); in net_loop()599 ((get_timer(0) - time_start) > time_delta)) { in net_loop()799 time_start = get_timer(0); in net_set_timeout_handler()
24 u32 timeo, time_start; in mxs_nand_command() local57 time_start = get_timer(0); in mxs_nand_command()58 while (get_timer(time_start) < timeo) { in mxs_nand_command()
264 u32 time_start; in fsl_ifc_run_command() local276 time_start = get_timer(0); in fsl_ifc_run_command()278 while (get_timer(time_start) < timeo) { in fsl_ifc_run_command()812 u32 time_start; in fsl_ifc_sram_init() local819 time_start = get_timer(0); in fsl_ifc_sram_init()820 while (get_timer(time_start) < timeo) { in fsl_ifc_sram_init()863 time_start = get_timer(0); in fsl_ifc_sram_init()865 while (get_timer(time_start) < timeo) { in fsl_ifc_sram_init()
326 u32 time_start, status; in sunxi_nfc_wait_int() local334 time_start = get_timer(0); in sunxi_nfc_wait_int()344 } while (get_timer(time_start) < timeout_ticks); in sunxi_nfc_wait_int()355 u32 time_start; in sunxi_nfc_wait_cmd_fifo_empty() local357 time_start = get_timer(0); in sunxi_nfc_wait_cmd_fifo_empty()361 } while (get_timer(time_start) < timeout); in sunxi_nfc_wait_cmd_fifo_empty()371 u32 time_start; in sunxi_nfc_rst() local376 time_start = get_timer(0); in sunxi_nfc_rst()380 } while (get_timer(time_start) < timeout); in sunxi_nfc_rst()
203 u32 time_start; in fsl_elbc_run_command() local222 time_start = get_timer(0); in fsl_elbc_run_command()225 while (get_timer(time_start) < timeo) { in fsl_elbc_run_command()
562 u32 time_start; in nand_wait_ready() local564 time_start = get_timer(0); in nand_wait_ready()566 while (get_timer(time_start) < timeo) { in nand_wait_ready()587 u32 time_start; in nand_wait_status_ready() local591 time_start = get_timer(0); in nand_wait_status_ready()592 while (get_timer(time_start) < timeo) { in nand_wait_status_ready()912 u32 time_start; in nand_wait() local914 time_start = get_timer(0); in nand_wait()915 while (get_timer(time_start) < timer) { in nand_wait()
219 int err = 0, time_start = get_timer(0); in sl811_send_packet() local249 if (5*CONFIG_SYS_HZ < get_timer(time_start)) { in sl811_send_packet()
346 u32 time_start = get_timer(0); in stm32_i2c_wait_flags() local350 if (get_timer(time_start) > CONFIG_SYS_HZ) { in stm32_i2c_wait_flags()
479 u32 time_start = get_timer(0); in onenand_wait() local482 if (get_timer(time_start) > timeo) in onenand_wait()1171 u32 time_start = get_timer(0); in onenand_bbt_wait() local1174 if (get_timer(time_start) > timeo) in onenand_bbt_wait()
Completed in 676 milliseconds