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

/u-boot/arch/arm/mach-stm32mp/stm32mp1/
H A Dpwr_regulator.c228 u32 time_start; local
252 time_start = get_timer(0);
259 if (get_timer(time_start) > CONFIG_SYS_HZ) {
/u-boot/drivers/net/ldpaa_eth/
H A Dldpaa_eth.c137 u32 time_start; local
172 time_start = get_timer(0);
176 } while (get_timer(time_start) < timeo && err == -EBUSY);
192 u32 time_start; local
207 time_start = get_timer(0);
211 } while (get_timer(time_start) < timeo && !dq);
251 u32 time_start; local
291 time_start = get_timer(0);
293 while (get_timer(time_start) < timeo) {
310 time_start
[all...]
/u-boot/net/
H A Dtftp.c44 static ulong time_start; /* Record time we started tftp */ variable
298 time_start = get_timer(time_start);
299 if (time_start > 0) {
302 time_start * 1000, "/s");
923 time_start = get_timer(0);
H A Dnet.c204 static ulong time_start; variable
637 time_start = get_timer(0);
641 time_start = get_timer(0);
677 ((get_timer(0) - time_start) > time_delta)) {
883 time_start = get_timer(0);
/u-boot/drivers/mtd/nand/raw/
H A Dmxs_nand_spl.c25 u32 timeo, time_start; local
70 time_start = get_timer(0);
71 while (get_timer(time_start) < timeo) {
H A Dfsl_ifc_nand.c260 u32 time_start; local
272 time_start = get_timer(0);
274 while (get_timer(time_start) < timeo) {
808 u32 time_start; local
815 time_start = get_timer(0);
816 while (get_timer(time_start) < timeo) {
859 time_start = get_timer(0);
861 while (get_timer(time_start) < timeo) {
H A Dsunxi_nand.c326 u32 time_start, status; local
334 time_start = get_timer(0);
344 } while (get_timer(time_start) < timeout_ticks);
355 u32 time_start; local
357 time_start = get_timer(0);
361 } while (get_timer(time_start) < timeout);
371 u32 time_start; local
376 time_start = get_timer(0);
380 } while (get_timer(time_start) < timeout);
H A Drockchip_nfc.c311 u32 time_start; local
313 time_start = get_timer(0);
317 } while (get_timer(time_start) < timeout);
419 u32 time_start; local
421 time_start = get_timer(0);
426 } while (get_timer(time_start) < timeout);
H A Dfsl_elbc_nand.c207 u32 time_start; local
226 time_start = get_timer(0);
229 while (get_timer(time_start) < timeo) {
H A Dnand_base.c539 u32 time_start; local
541 time_start = get_timer(0);
543 while (get_timer(time_start) < timeo) {
564 u32 time_start; local
568 time_start = get_timer(0);
569 while (get_timer(time_start) < timeo) {
889 u32 time_start; local
891 time_start = get_timer(0);
892 while (get_timer(time_start) < timer) {
/u-boot/drivers/i2c/
H A Dstm32f7_i2c.c349 u32 time_start = get_timer(0); local
353 if (get_timer(time_start) > CONFIG_SYS_HZ) {
/u-boot/drivers/mtd/onenand/
H A Donenand_base.c480 u32 time_start = get_timer(0); local
483 if (get_timer(time_start) > timeo)
1172 u32 time_start = get_timer(0); local
1175 if (get_timer(time_start) > timeo)

Completed in 284 milliseconds