Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/i2c/
H A Dfsl_i2c.c212 unsigned long long timeval = 0; in fsl_i2c_fixup() local
225 timeval = get_ticks(); in fsl_i2c_fixup()
227 if ((get_ticks() - timeval) > timeout) in fsl_i2c_fixup()
241 timeval = get_ticks(); in fsl_i2c_fixup()
243 if ((get_ticks() - timeval) > timeout) in fsl_i2c_fixup()
260 unsigned long long timeval; in __i2c_init() local
276 timeval = get_ticks(); in __i2c_init()
278 if ((get_ticks() - timeval) < timeout) in __i2c_init()
292 unsigned long long timeval = get_ticks(); in i2c_wait4bus() local
296 if ((get_ticks() - timeval) > timeout) in i2c_wait4bus()
[all …]
/rk3399_rockchip-uboot/tools/gdb/
H A Dserial.c87 struct timeval tv; in serialreadchar()
/rk3399_rockchip-uboot/drivers/crypto/fsl/
H A Djr.c352 unsigned long long timeval = get_ticks(); in run_descriptor_jr_idx() local
366 timeval = get_ticks(); in run_descriptor_jr_idx()
376 if ((get_ticks() - timeval) > timeout) { in run_descriptor_jr_idx()
/rk3399_rockchip-uboot/arch/sandbox/cpu/
H A Dos.c195 struct timeval tv; in os_get_nsec()
203 struct timeval tv; in os_get_nsec()
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dconf.c521 struct timeval now; in main()
/rk3399_rockchip-uboot/tools/
H A Dkwboot.c160 struct timeval tv; in kwboot_tty_recv()
/rk3399_rockchip-uboot/common/
H A Dlrz.c1559 struct timeval tv; in procheader()