Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Drtl8139.c2811 const uint64_t ns_per_period = (uint64_t)PCI_PERIOD << 32; in rtl8139_set_next_tctr_time() local
2822 while (s->TCTR_base + ns_per_period <= qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL)) { in rtl8139_set_next_tctr_time()
2823 s->TCTR_base += ns_per_period; in rtl8139_set_next_tctr_time()
2831 delta += ns_per_period; in rtl8139_set_next_tctr_time()