Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/
H A Dcbe.c64 int cbe_psm_timer_mode = TIMER_ONESHOT;
102 if (cbe_psm_timer_mode != TIMER_ONESHOT && me == 0 && !cross_call) { in cbe_fire()
140 if (cbe_psm_timer_mode == TIMER_ONESHOT) in cbe_reprogram()
261 if ((cbe_psm_timer_mode != TIMER_ONESHOT) && (me == 0)) in cbe_enable()
270 if (cbe_psm_timer_mode == TIMER_ONESHOT) in cbe_enable()
280 if ((cbe_psm_timer_mode != TIMER_ONESHOT) && (me == 0)) in cbe_disable()
285 if (cbe_psm_timer_mode == TIMER_ONESHOT) in cbe_disable()
321 cbe_timer_resolution = (*clkinitf)(TIMER_ONESHOT, &cbe_psm_timer_mode); in cbe_init_pre()
/illumos-gate/usr/src/contrib/bhyve/dev/ic/
H A Di8253reg.h69 #define TIMER_ONESHOT 0x02 /* mode 1, one shot */ macro
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dsmp_impldefs.h45 #define TIMER_ONESHOT 0x1 macro
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_machdep.c1423 if (preferred_mode == TIMER_ONESHOT) { in mach_clkinit()
1427 *set_mode = TIMER_ONESHOT; in mach_clkinit()