Lines Matching refs:etime
306 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
612 etime = get_ticks() + get_tbclk(); in enc_clock_wait()
622 } while (get_ticks() <= etime); in enc_clock_wait()