Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/bhyve-tests/tests/kdev/
H A Dpayload_vrtc_ops.c48 #define REGC_PERIODIC 0x40 macro
144 events = wait_for_flag(REGC_UPDATE | REGC_PERIODIC); in test_periodic_polling()
146 if ((events & REGC_PERIODIC) != 0) { in test_periodic_polling()
165 events = wait_for_flag(REGC_UPDATE | REGC_PERIODIC); in test_periodic_polling()
167 if ((events & REGC_PERIODIC) != 0) { in test_periodic_polling()
224 if ((events & REGC_PERIODIC) != 0) { in test_periodic_interrupts()