Searched full:rtcdev (Results 1 – 1 of 1) sorted by relevance
77 struct rtcdev { struct96 CTASSERT(sizeof (struct rtcdev) == 128); argument97 CTASSERT(offsetof(struct rtcdev, century) == RTC_CENTURY);135 struct rtcdev rtcdev; member210 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 …]