Home
last modified time | relevance | path

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

/drivers/i2c/
A Dfsl_i2c.c225 unsigned long long timeval = 0; in fsl_i2c_fixup() local
239 timeval = get_ticks(); in fsl_i2c_fixup()
241 if ((get_ticks() - timeval) > timeout) in fsl_i2c_fixup()
255 timeval = get_ticks(); in fsl_i2c_fixup()
257 if ((get_ticks() - timeval) > timeout) in fsl_i2c_fixup()
274 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 …]
/drivers/crypto/fsl/
A Ddcp_rng.c86 unsigned long long timeval = 0; in rngc_init() local
100 timeval += 1; in rngc_init()
108 if (timeval > timeout) { in rngc_init()
A Djr.c330 unsigned long long timeval = 0; in run_descriptor_jr_idx() local
346 timeval += 1; in run_descriptor_jr_idx()
355 if (timeval > timeout) { in run_descriptor_jr_idx()

Completed in 8 milliseconds