Home
last modified time | relevance | path

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

/freebsd-14.2/sys/amd64/vmm/io/
H A Dvhpet.c88 uint32_t comprate; member
254 uint32_t compval, comprate, compnext; in vhpet_adjust_compval() local
259 comprate = vhpet->timer[n].comprate; in vhpet_adjust_compval()
272 compnext = compval + ((counter - compval) / comprate + 1) * comprate; in vhpet_adjust_compval()
341 if (vhpet->timer[n].comprate != 0) in vhpet_start_timer()
436 vhpet->timer[n].comprate = 0; in vhpet_timer_update_config()
573 old_comprate = vhpet->timer[i].comprate; in vhpet_mmio_write()
581 val64 = vhpet->timer[i].comprate; in vhpet_mmio_write()
583 vhpet->timer[i].comprate = val64; in vhpet_mmio_write()
589 KASSERT(vhpet->timer[i].comprate == 0, in vhpet_mmio_write()
[all …]