Searched refs:comprate (Results 1 – 1 of 1) sorted by relevance
89 uint32_t comprate; member255 uint32_t compval, comprate, compnext; in vhpet_adjust_compval() local257 KASSERT(vhpet->timer[n].comprate != 0, ("hpet t%d is not periodic", n)); in vhpet_adjust_compval()260 comprate = vhpet->timer[n].comprate; in vhpet_adjust_compval()273 compnext = compval + ((counter - compval) / comprate + 1) * comprate; in vhpet_adjust_compval()342 if (vhpet->timer[n].comprate != 0) in vhpet_start_timer()437 vhpet->timer[n].comprate = 0; in vhpet_timer_update_config()574 old_comprate = vhpet->timer[i].comprate; in vhpet_mmio_write()582 val64 = vhpet->timer[i].comprate; in vhpet_mmio_write()584 vhpet->timer[i].comprate = val64; in vhpet_mmio_write()[all …]