Home
last modified time | relevance | path

Searched full:rtcdev (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/vmm/io/
H A Dvrtc.c77 struct rtcdev { struct
96 CTASSERT(sizeof (struct rtcdev) == 128); argument
97 CTASSERT(offsetof(struct rtcdev, century) == RTC_CENTURY);
135 struct rtcdev rtcdev; member
210 return ((vrtc->rtcdev.reg_b & RTCSB_HALT) != 0); in rtc_halted()
257 if (!rega_divider_en(vrtc->rtcdev.reg_a)) in vrtc_update_enabled()
304 rtc_enc(const struct rtcdev *rtc, uint8_t val) in rtc_enc()
333 struct rtcdev *rtc = &vrtc->rtcdev; in vrtc_time_to_cmos()
414 rtc_dec(const struct rtcdev *rtc, uint8_t val, bool *errp) in rtc_dec()
435 rtc_parse_hour(const struct rtcdev *rtc, uint8_t hour, bool *errp) in rtc_parse_hour()
[all …]