Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/bhyve-tests/tests/kdev/
H A Dpayload_vrtc_ops.c58 rtc_read(uint8_t off) in rtc_read() function
85 regc = rtc_read(RTC_REGC); in wait_for_flag()
132 (void) rtc_read(RTC_REGC); in test_periodic_polling()
189 (void) rtc_read(RTC_REGC); in test_periodic_interrupts()
217 events = rtc_read(RTC_REGC); in test_periodic_interrupts()
253 (void) rtc_read(RTC_REGC); in start()
275 if (rtc_read(RTC_REGC) != 0) { in start()
287 if (rtc_read(RTC_SEC) != 1) { in start()
299 if (rtc_read(RTC_SEC) != 2) { in start()
331 if (rtc_read(RTC_SEC) != 0) { in start()
[all …]