Home
last modified time | relevance | path

Searched refs:time_start (Results 1 – 9 of 9) sorted by relevance

/drivers/net/ldpaa_eth/
A Dldpaa_eth.c136 u32 time_start; in ldpaa_eth_rx() local
171 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() local
206 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() local
290 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 …]
/drivers/mtd/nand/raw/
A Dfsl_ifc_nand.c260 u32 time_start; in fsl_ifc_run_command() local
272 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() local
815 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()
A Dmxs_nand_spl.c24 u32 timeo, time_start; in mxs_nand_command() local
69 time_start = get_timer(0); in mxs_nand_command()
70 while (get_timer(time_start) < timeo) { in mxs_nand_command()
A Dsunxi_nand.c325 u32 time_start, status; in sunxi_nfc_wait_int() local
333 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() local
356 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() local
375 time_start = get_timer(0); in sunxi_nfc_rst()
379 } while (get_timer(time_start) < timeout); in sunxi_nfc_rst()
A Drockchip_nfc.c310 u32 time_start; in rk_nfc_wait_ioready() local
312 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() local
420 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()
A Dfsl_elbc_nand.c207 u32 time_start; in fsl_elbc_run_command() local
226 time_start = get_timer(0); in fsl_elbc_run_command()
229 while (get_timer(time_start) < timeo) { in fsl_elbc_run_command()
A Dnand_base.c559 u32 time_start; in nand_wait_ready() local
561 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() local
588 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() local
912 time_start = get_timer(0); in nand_wait()
913 while (get_timer(time_start) < timer) { in nand_wait()
/drivers/i2c/
A Dstm32f7_i2c.c348 u32 time_start = get_timer(0); in stm32_i2c_wait_flags() local
352 if (get_timer(time_start) > CONFIG_SYS_HZ) { in stm32_i2c_wait_flags()
/drivers/mtd/onenand/
A Donenand_base.c479 u32 time_start = get_timer(0); in onenand_wait() local
482 if (get_timer(time_start) > timeo) in onenand_wait()
1170 u32 time_start = get_timer(0); in onenand_bbt_wait() local
1173 if (get_timer(time_start) > timeo) in onenand_bbt_wait()

Completed in 42 milliseconds