Home
last modified time | relevance | path

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

/freebsd/sys/amd64/vmm/io/
H A Dvrtc.c480 int ratesel; in vrtc_freq() local
511 ratesel = vrtc->rtcdev.reg_a & 0xf; in vrtc_freq()
512 return (pf[ratesel]); in vrtc_freq()