Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/bhyve-tests/tests/kdev/
H A Dpayload_vrtc_ops.c29 #define RTC_REGA 0x0a macro
128 rtc_write(RTC_REGA, REGA_DIVIDER_DIS); in test_periodic_polling()
137 rtc_write(RTC_REGA, REGA_DIVIDER_32K | REGA_PERIOD_512HZ); in test_periodic_polling()
160 rtc_write(RTC_REGA, REGA_DIVIDER_32K | REGA_PERIOD_128HZ); in test_periodic_polling()
185 rtc_write(RTC_REGA, REGA_DIVIDER_DIS); in test_periodic_interrupts()
200 rtc_write(RTC_REGA, REGA_DIVIDER_32K | REGA_PERIOD_512HZ); in test_periodic_interrupts()
238 rtc_write(RTC_REGA, REGA_DIVIDER_DIS); in test_periodic_interrupts()
251 rtc_write(RTC_REGA, REGA_DIVIDER_DIS); in start()
271 rtc_write(RTC_REGA, REGA_DIVIDER_32K); in start()
315 rtc_write(RTC_REGA, REGA_DIVIDER_DIS); in start()
[all …]
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dapic.h583 #define RTC_REGA 0x0a macro
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_common.c1454 outb(CMOS_ADDR, RTC_REGA); in apic_shutdown()