Home
last modified time | relevance | path

Searched refs:timeval (Results 1 – 6 of 6) sorted by relevance

/u-boot/drivers/i2c/
A Dfsl_i2c.c219 unsigned long long timeval = 0; in fsl_i2c_fixup() local
233 timeval = get_ticks(); in fsl_i2c_fixup()
235 if ((get_ticks() - timeval) > timeout) in fsl_i2c_fixup()
249 timeval = get_ticks(); in fsl_i2c_fixup()
251 if ((get_ticks() - timeval) > timeout) in fsl_i2c_fixup()
268 unsigned long long timeval; in __i2c_init() local
284 timeval = get_ticks(); in __i2c_init()
286 if ((get_ticks() - timeval) < timeout) in __i2c_init()
299 unsigned long long timeval = get_ticks(); in i2c_wait4bus() local
303 if ((get_ticks() - timeval) > timeout) in i2c_wait4bus()
[all …]
/u-boot/tools/gdb/
A Dserial.c86 struct timeval tv; in serialreadchar()
/u-boot/drivers/crypto/fsl/
A Djr.c358 unsigned long long timeval = get_ticks(); in run_descriptor_jr_idx() local
372 timeval = get_ticks(); in run_descriptor_jr_idx()
382 if ((get_ticks() - timeval) > timeout) { in run_descriptor_jr_idx()
/u-boot/arch/sandbox/cpu/
A Dos.c311 struct timeval tv; in os_get_nsec()
319 struct timeval tv; in os_get_nsec()
/u-boot/scripts/kconfig/
A Dconf.c524 struct timeval now; in main()
/u-boot/tools/
A Dkwboot.c160 struct timeval tv; in kwboot_tty_recv()

Completed in 9 milliseconds