Searched refs:time_start (Results 1 – 12 of 12) sorted by relevance
218 u32 time_start; in ldpaa_eth_rx() local253 time_start = get_timer(0); in ldpaa_eth_rx()257 } while (get_timer(time_start) < timeo && err == -EBUSY); in ldpaa_eth_rx()272 u32 time_start; in ldpaa_eth_pull_dequeue_rx() local287 time_start = get_timer(0); in ldpaa_eth_pull_dequeue_rx()291 } while (get_timer(time_start) < timeo && !dq); in ldpaa_eth_pull_dequeue_rx()331 u32 time_start; in ldpaa_eth_tx() local371 time_start = get_timer(0); in ldpaa_eth_tx()373 while (get_timer(time_start) < timeo) { in ldpaa_eth_tx()390 time_start = get_timer(0); in ldpaa_eth_tx()[all …]
47 static ulong time_start; /* Record time we started tftp */ variable298 time_start = get_timer(time_start); in tftp_complete()299 if (time_start > 0) { in tftp_complete()302 time_start * 1000, "/s"); in tftp_complete()731 time_start = get_timer(0); in tftp_start()
202 static ulong time_start; variable581 time_start = get_timer(0); in net_loop()616 ((get_timer(0) - time_start) > time_delta)) { in net_loop()811 time_start = get_timer(0); in net_set_timeout_handler()
223 u32 time_start; in stm32mp_pwr_regulator_set_enable() local247 time_start = get_timer(0); in stm32mp_pwr_regulator_set_enable()254 if (get_timer(time_start) > CONFIG_SYS_HZ) { in stm32mp_pwr_regulator_set_enable()
18 u32 timeo, time_start; in mxs_nand_command() local45 time_start = get_timer(0); in mxs_nand_command()46 while (get_timer(time_start) < timeo) { in mxs_nand_command()
262 u32 time_start; in fsl_ifc_run_command() local274 time_start = get_timer(0); in fsl_ifc_run_command()276 while (get_timer(time_start) < timeo) { in fsl_ifc_run_command()807 u32 time_start; in fsl_ifc_sram_init() local814 time_start = get_timer(0); in fsl_ifc_sram_init()815 while (get_timer(time_start) < timeo) { in fsl_ifc_sram_init()858 time_start = get_timer(0); in fsl_ifc_sram_init()860 while (get_timer(time_start) < timeo) { in fsl_ifc_sram_init()
319 u32 time_start, status; in sunxi_nfc_wait_int() local327 time_start = get_timer(0); in sunxi_nfc_wait_int()337 } while (get_timer(time_start) < timeout_ticks); in sunxi_nfc_wait_int()348 u32 time_start; in sunxi_nfc_wait_cmd_fifo_empty() local350 time_start = get_timer(0); in sunxi_nfc_wait_cmd_fifo_empty()354 } while (get_timer(time_start) < timeout); in sunxi_nfc_wait_cmd_fifo_empty()364 u32 time_start; in sunxi_nfc_rst() local369 time_start = get_timer(0); in sunxi_nfc_rst()373 } while (get_timer(time_start) < timeout); in sunxi_nfc_rst()
201 u32 time_start; in fsl_elbc_run_command() local220 time_start = get_timer(0); in fsl_elbc_run_command()223 while (get_timer(time_start) < timeo) { in fsl_elbc_run_command()
552 u32 time_start; in nand_wait_ready() local554 time_start = get_timer(0); in nand_wait_ready()556 while (get_timer(time_start) < timeo) { in nand_wait_ready()577 u32 time_start; in nand_wait_status_ready() local580 time_start = get_timer(0); in nand_wait_status_ready()581 while (get_timer(time_start) < timeo) { in nand_wait_status_ready()884 u32 time_start; in nand_wait() local886 time_start = get_timer(0); in nand_wait()887 while (get_timer(time_start) < timer) { in nand_wait()
218 int err = 0, time_start = get_timer(0); in sl811_send_packet() local248 if (5*CONFIG_SYS_HZ < get_timer(time_start)) { in sl811_send_packet()
323 u32 time_start = get_timer(0); in stm32_i2c_wait_flags() local327 if (get_timer(time_start) > CONFIG_SYS_HZ) { in stm32_i2c_wait_flags()
476 u32 time_start = get_timer(0); in onenand_wait() local479 if (get_timer(time_start) > timeo) in onenand_wait()1168 u32 time_start = get_timer(0); in onenand_bbt_wait() local1171 if (get_timer(time_start) > timeo) in onenand_bbt_wait()