Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Dautoboot.c51 static int passwd_abort(uint64_t etime) in passwd_abort() argument
98 } while (!abort && get_ticks() <= etime); in passwd_abort()
103 static int passwd_abort(uint64_t etime) in passwd_abort() argument
175 } while (!abort && get_ticks() <= etime); in passwd_abort()
188 uint64_t etime = endtick(bootdelay); in __abortboot() local
198 abort = passwd_abort(etime); in __abortboot()
H A Dcli_readline.c265 uint64_t etime = endtick(timeout); in cread_line() local
268 if (get_ticks() >= etime) in cread_line()
/rk3399_rockchip-uboot/drivers/net/
H A Denc28j60.c306 uint64_t etime; in enc_phy_read() local
312 etime = get_ticks() + get_tbclk(); in enc_phy_read()
317 } while (get_ticks() <= etime && (status & ENC_MISTAT_BUSY)); in enc_phy_read()
331 uint64_t etime; in enc_phy_write() local
337 etime = get_ticks() + get_tbclk(); in enc_phy_write()
342 } while (get_ticks() <= etime && (status & ENC_MISTAT_BUSY)); in enc_phy_write()
360 uint64_t etime; in enc_phy_link_wait() local
370 etime = get_ticks() + get_tbclk(); in enc_phy_link_wait()
371 while (get_ticks() <= etime) { in enc_phy_link_wait()
609 uint64_t etime; in enc_clock_wait() local
[all …]