Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/io/
H A Dvhpet.c258 uint32_t compval, comprate, compnext; in vhpet_adjust_compval() local
276 compnext = compval + ((counter - compval) / comprate + 1) * comprate; in vhpet_adjust_compval()
278 vhpet->timer[n].compval = compnext; in vhpet_adjust_compval()