Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/net/ldpaa_eth/
H A Dldpaa_eth.c208 u32 time_start; in ldpaa_eth_rx() local
243 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() local
277 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() local
361 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 …]
/rk3399_rockchip-uboot/net/
H A Dtftp.c45 static ulong time_start; /* Record time we started tftp */ variable
318 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()
H A Dnet.c198 static ulong time_start; variable
554 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()
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dmxs_nand_spl.c19 u32 timeo, time_start; in mxs_nand_command() local
46 time_start = get_timer(0); in mxs_nand_command()
47 while (get_timer(time_start) < timeo) { in mxs_nand_command()
H A Dfsl_ifc_nand.c263 u32 time_start; in fsl_ifc_run_command() local
275 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() 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()
H A Dsunxi_nand.c320 u32 time_start, status; in sunxi_nfc_wait_int() local
328 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() local
351 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() local
370 time_start = get_timer(0); in sunxi_nfc_rst()
374 } while (get_timer(time_start) < timeout); in sunxi_nfc_rst()
H A Dfsl_elbc_nand.c202 u32 time_start; in fsl_elbc_run_command() local
221 time_start = get_timer(0); in fsl_elbc_run_command()
224 while (get_timer(time_start) < timeo) { in fsl_elbc_run_command()
H A Dnand_base.c557 u32 time_start; in nand_wait_ready() local
559 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() local
586 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() local
909 time_start = get_timer(0); in nand_wait()
910 while (get_timer(time_start) < timer) { in nand_wait()
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dsl811-hcd.c219 int err = 0, time_start = get_timer(0); in sl811_send_packet() local
249 if (5*CONFIG_SYS_HZ < get_timer(time_start)) { in sl811_send_packet()
/rk3399_rockchip-uboot/drivers/i2c/
H A Dstm32f7_i2c.c326 u32 time_start = get_timer(0); in stm32_i2c_wait_flags() local
330 if (get_timer(time_start) > CONFIG_SYS_HZ) { in stm32_i2c_wait_flags()
/rk3399_rockchip-uboot/drivers/mtd/onenand/
H A Donenand_base.c476 u32 time_start = get_timer(0); in onenand_wait() local
479 if (get_timer(time_start) > timeo) in onenand_wait()
1168 u32 time_start = get_timer(0); in onenand_bbt_wait() local
1171 if (get_timer(time_start) > timeo) in onenand_bbt_wait()