Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/vmm/io/
H A Dvhpet.c77 uint32_t comprate; member
249 uint32_t compval, comprate, compnext; in vhpet_adjust_compval() local
254 comprate = vhpet->timer[n].comprate; in vhpet_adjust_compval()
267 compnext = compval + ((counter - compval) / comprate + 1) * comprate; in vhpet_adjust_compval()
334 if (timer->comprate != 0) in vhpet_start_timer()
427 vhpet->timer[n].comprate = 0; in vhpet_timer_update_config()
555 old_comprate = vhpet->timer[i].comprate; in vhpet_mmio_write()
563 val64 = vhpet->timer[i].comprate; in vhpet_mmio_write()
565 vhpet->timer[i].comprate = val64; in vhpet_mmio_write()
571 KASSERT(vhpet->timer[i].comprate == 0, in vhpet_mmio_write()
[all …]