Searched refs:time_start (Results 1 – 9 of 9) sorted by relevance
136 u32 time_start; in ldpaa_eth_rx() local171 time_start = get_timer(0); in ldpaa_eth_rx()175 } while (get_timer(time_start) < timeo && err == -EBUSY); in ldpaa_eth_rx()191 u32 time_start; in ldpaa_eth_pull_dequeue_rx() local206 time_start = get_timer(0); in ldpaa_eth_pull_dequeue_rx()210 } while (get_timer(time_start) < timeo && !dq); in ldpaa_eth_pull_dequeue_rx()250 u32 time_start; in ldpaa_eth_tx() local290 time_start = get_timer(0); in ldpaa_eth_tx()292 while (get_timer(time_start) < timeo) { in ldpaa_eth_tx()309 time_start = get_timer(0); in ldpaa_eth_tx()[all …]
260 u32 time_start; in fsl_ifc_run_command() local272 time_start = get_timer(0); in fsl_ifc_run_command()274 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()
24 u32 timeo, time_start; in mxs_nand_command() local69 time_start = get_timer(0); in mxs_nand_command()70 while (get_timer(time_start) < timeo) { in mxs_nand_command()
325 u32 time_start, status; in sunxi_nfc_wait_int() local333 time_start = get_timer(0); in sunxi_nfc_wait_int()343 } while (get_timer(time_start) < timeout_ticks); in sunxi_nfc_wait_int()354 u32 time_start; in sunxi_nfc_wait_cmd_fifo_empty() local356 time_start = get_timer(0); in sunxi_nfc_wait_cmd_fifo_empty()360 } while (get_timer(time_start) < timeout); in sunxi_nfc_wait_cmd_fifo_empty()370 u32 time_start; in sunxi_nfc_rst() local375 time_start = get_timer(0); in sunxi_nfc_rst()379 } while (get_timer(time_start) < timeout); in sunxi_nfc_rst()
310 u32 time_start; in rk_nfc_wait_ioready() local312 time_start = get_timer(0); in rk_nfc_wait_ioready()316 } while (get_timer(time_start) < timeout); in rk_nfc_wait_ioready()418 u32 time_start; in rk_nfc_wait_for_xfer_done() local420 time_start = get_timer(0); in rk_nfc_wait_for_xfer_done()425 } while (get_timer(time_start) < timeout); in rk_nfc_wait_for_xfer_done()
207 u32 time_start; in fsl_elbc_run_command() local226 time_start = get_timer(0); in fsl_elbc_run_command()229 while (get_timer(time_start) < timeo) { in fsl_elbc_run_command()
559 u32 time_start; in nand_wait_ready() local561 time_start = get_timer(0); in nand_wait_ready()563 while (get_timer(time_start) < timeo) { in nand_wait_ready()584 u32 time_start; in nand_wait_status_ready() local588 time_start = get_timer(0); in nand_wait_status_ready()589 while (get_timer(time_start) < timeo) { in nand_wait_status_ready()910 u32 time_start; in nand_wait() local912 time_start = get_timer(0); in nand_wait()913 while (get_timer(time_start) < timer) { in nand_wait()
348 u32 time_start = get_timer(0); in stm32_i2c_wait_flags() local352 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()1170 u32 time_start = get_timer(0); in onenand_bbt_wait() local1173 if (get_timer(time_start) > timeo) in onenand_bbt_wait()
Completed in 42 milliseconds