Searched refs:time_start (Results 1 – 11 of 11) sorted by relevance
208 u32 time_start; in ldpaa_eth_rx() local243 time_start = get_timer(0); in ldpaa_eth_rx()247 } while (get_timer(time_start) < timeo && err == -EBUSY); in ldpaa_eth_rx()262 u32 time_start; in ldpaa_eth_pull_dequeue_rx() local277 time_start = get_timer(0); in ldpaa_eth_pull_dequeue_rx()281 } while (get_timer(time_start) < timeo && !dq); in ldpaa_eth_pull_dequeue_rx()321 u32 time_start; in ldpaa_eth_tx() local361 time_start = get_timer(0); in ldpaa_eth_tx()363 while (get_timer(time_start) < timeo) { in ldpaa_eth_tx()380 time_start = get_timer(0); in ldpaa_eth_tx()[all …]
45 static ulong time_start; /* Record time we started tftp */ variable318 time_start = get_timer(time_start); in tftp_complete()319 if (time_start > 0) { in tftp_complete()322 time_start * 1000, "/s"); in tftp_complete()813 time_start = get_timer(0); in tftp_start()
198 static ulong time_start; variable554 time_start = get_timer(0); in net_loop()589 ((get_timer(0) - time_start) > time_delta)) { in net_loop()782 time_start = get_timer(0); in net_set_timeout_handler()
19 u32 timeo, time_start; in mxs_nand_command() local46 time_start = get_timer(0); in mxs_nand_command()47 while (get_timer(time_start) < timeo) { in mxs_nand_command()
263 u32 time_start; in fsl_ifc_run_command() local275 time_start = get_timer(0); in fsl_ifc_run_command()277 while (get_timer(time_start) < timeo) { in fsl_ifc_run_command()808 u32 time_start; in fsl_ifc_sram_init() local815 time_start = get_timer(0); in fsl_ifc_sram_init()816 while (get_timer(time_start) < timeo) { in fsl_ifc_sram_init()859 time_start = get_timer(0); in fsl_ifc_sram_init()861 while (get_timer(time_start) < timeo) { in fsl_ifc_sram_init()
320 u32 time_start, status; in sunxi_nfc_wait_int() local328 time_start = get_timer(0); in sunxi_nfc_wait_int()338 } while (get_timer(time_start) < timeout_ticks); in sunxi_nfc_wait_int()349 u32 time_start; in sunxi_nfc_wait_cmd_fifo_empty() local351 time_start = get_timer(0); in sunxi_nfc_wait_cmd_fifo_empty()355 } while (get_timer(time_start) < timeout); in sunxi_nfc_wait_cmd_fifo_empty()365 u32 time_start; in sunxi_nfc_rst() local370 time_start = get_timer(0); in sunxi_nfc_rst()374 } while (get_timer(time_start) < timeout); in sunxi_nfc_rst()
202 u32 time_start; in fsl_elbc_run_command() local221 time_start = get_timer(0); in fsl_elbc_run_command()224 while (get_timer(time_start) < timeo) { in fsl_elbc_run_command()
557 u32 time_start; in nand_wait_ready() local559 time_start = get_timer(0); in nand_wait_ready()561 while (get_timer(time_start) < timeo) { in nand_wait_ready()582 u32 time_start; in nand_wait_status_ready() local586 time_start = get_timer(0); in nand_wait_status_ready()587 while (get_timer(time_start) < timeo) { in nand_wait_status_ready()907 u32 time_start; in nand_wait() local909 time_start = get_timer(0); in nand_wait()910 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()
326 u32 time_start = get_timer(0); in stm32_i2c_wait_flags() local330 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()