Home
last modified time | relevance | path

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

/u-boot/arch/arm/mach-stm32mp/
A Dpwr_regulator.c228 u32 time_start; in stm32mp_pwr_regulator_set_enable() local
252 time_start = get_timer(0); in stm32mp_pwr_regulator_set_enable()
259 if (get_timer(time_start) > CONFIG_SYS_HZ) { in stm32mp_pwr_regulator_set_enable()
/u-boot/drivers/net/ldpaa_eth/
A Dldpaa_eth.c244 u32 time_start; local
279 time_start = get_timer(0);
283 } while (get_timer(time_start) < timeo && err == -EBUSY);
305 u32 time_start; local
320 time_start = get_timer(0);
324 } while (get_timer(time_start) < timeo && !dq);
370 u32 time_start; local
410 time_start = get_timer(0);
412 while (get_timer(time_start) < timeo) {
429 time_start = get_timer(0);
[all …]
/u-boot/net/
A Dtftp.c51 static ulong time_start; /* Record time we started tftp */ variable
326 time_start = get_timer(time_start); in tftp_complete()
327 if (time_start > 0) { in tftp_complete()
330 time_start * 1000, "/s"); in tftp_complete()
856 time_start = get_timer(0); in tftp_start()
A Dnet.c193 static ulong time_start; variable
564 time_start = get_timer(0); in net_loop()
599 ((get_timer(0) - time_start) > time_delta)) { in net_loop()
799 time_start = get_timer(0); in net_set_timeout_handler()
/u-boot/drivers/mtd/nand/raw/
A Dmxs_nand_spl.c24 u32 timeo, time_start; in mxs_nand_command() local
57 time_start = get_timer(0); in mxs_nand_command()
58 while (get_timer(time_start) < timeo) { in mxs_nand_command()
A Dfsl_ifc_nand.c264 u32 time_start; in fsl_ifc_run_command() local
276 time_start = get_timer(0); in fsl_ifc_run_command()
278 while (get_timer(time_start) < timeo) { in fsl_ifc_run_command()
812 u32 time_start; in fsl_ifc_sram_init() local
819 time_start = get_timer(0); in fsl_ifc_sram_init()
820 while (get_timer(time_start) < timeo) { in fsl_ifc_sram_init()
863 time_start = get_timer(0); in fsl_ifc_sram_init()
865 while (get_timer(time_start) < timeo) { in fsl_ifc_sram_init()
A Dsunxi_nand.c326 u32 time_start, status; in sunxi_nfc_wait_int() local
334 time_start = get_timer(0); in sunxi_nfc_wait_int()
344 } while (get_timer(time_start) < timeout_ticks); in sunxi_nfc_wait_int()
355 u32 time_start; in sunxi_nfc_wait_cmd_fifo_empty() local
357 time_start = get_timer(0); in sunxi_nfc_wait_cmd_fifo_empty()
361 } while (get_timer(time_start) < timeout); in sunxi_nfc_wait_cmd_fifo_empty()
371 u32 time_start; in sunxi_nfc_rst() local
376 time_start = get_timer(0); in sunxi_nfc_rst()
380 } while (get_timer(time_start) < timeout); in sunxi_nfc_rst()
A Dfsl_elbc_nand.c203 u32 time_start; in fsl_elbc_run_command() local
222 time_start = get_timer(0); in fsl_elbc_run_command()
225 while (get_timer(time_start) < timeo) { in fsl_elbc_run_command()
A Dnand_base.c562 u32 time_start; in nand_wait_ready() local
564 time_start = get_timer(0); in nand_wait_ready()
566 while (get_timer(time_start) < timeo) { in nand_wait_ready()
587 u32 time_start; in nand_wait_status_ready() local
591 time_start = get_timer(0); in nand_wait_status_ready()
592 while (get_timer(time_start) < timeo) { in nand_wait_status_ready()
912 u32 time_start; in nand_wait() local
914 time_start = get_timer(0); in nand_wait()
915 while (get_timer(time_start) < timer) { in nand_wait()
/u-boot/drivers/usb/host/
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()
/u-boot/drivers/i2c/
A Dstm32f7_i2c.c346 u32 time_start = get_timer(0); in stm32_i2c_wait_flags() local
350 if (get_timer(time_start) > CONFIG_SYS_HZ) { in stm32_i2c_wait_flags()
/u-boot/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()
1171 u32 time_start = get_timer(0); in onenand_bbt_wait() local
1174 if (get_timer(time_start) > timeo) in onenand_bbt_wait()

Completed in 676 milliseconds