Searched refs:comprate (Results 1 – 1 of 1) sorted by relevance
92 uint32_t comprate; member258 uint32_t compval, comprate, compnext; in vhpet_adjust_compval() local263 comprate = vhpet->timer[n].comprate; in vhpet_adjust_compval()276 compnext = compval + ((counter - compval) / comprate + 1) * comprate; in vhpet_adjust_compval()345 if (vhpet->timer[n].comprate != 0) in vhpet_start_timer()440 vhpet->timer[n].comprate = 0; in vhpet_timer_update_config()577 old_comprate = vhpet->timer[i].comprate; in vhpet_mmio_write()585 val64 = vhpet->timer[i].comprate; in vhpet_mmio_write()587 vhpet->timer[i].comprate = val64; in vhpet_mmio_write()593 KASSERT(vhpet->timer[i].comprate == 0, in vhpet_mmio_write()[all …]