Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/vmm/io/
H A Dvhpet.c76 uint32_t compval; /* Comparator */ member
249 uint32_t compval, comprate, compnext; in vhpet_adjust_compval() local
253 compval = vhpet->timer[n].compval; in vhpet_adjust_compval()
267 compnext = compval + ((counter - compval) / comprate + 1) * comprate; in vhpet_adjust_compval()
269 vhpet->timer[n].compval = compnext; in vhpet_adjust_compval()
346 timer->compval - counter); in vhpet_start_timer()
568 vhpet->timer[i].compval = val64; in vhpet_mmio_write()
574 val64 = vhpet->timer[i].compval; in vhpet_mmio_write()
576 vhpet->timer[i].compval = val64; in vhpet_mmio_write()
656 data = vhpet->timer[i].compval; in vhpet_mmio_read()
[all …]