Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Drtl8169.c64 #define currticks() get_timer(0) macro
614 int stime = currticks(); in rtl_send_common()
651 to = currticks() + TX_TIMEOUT; in rtl_send_common()
655 && (currticks() < to)); /* wait */ in rtl_send_common()
657 if (currticks() >= to) { in rtl_send_common()
722 int stime = currticks(); in rtl8169_hw_start()
794 printf("%s elapsed time : %lu\n", __func__, currticks()-stime); in rtl8169_hw_start()
807 int stime = currticks(); in rtl8169_init_ring()
841 printf("%s elapsed time : %lu\n", __func__, currticks()-stime); in rtl8169_init_ring()
856 int stime = currticks(); in rtl8169_common_start()
[all …]