Lines Matching refs:rtc_t
64 static todinfo_t rtc_to_tod(struct rtc_t *);
65 static uint_t read_rtc(struct rtc_t *);
66 static void write_rtc_time(struct rtc_t *);
67 static void write_rtc_alarm(struct rtc_t *);
144 struct rtc_t rtc; in todm5819_get()
177 rtc_to_tod(struct rtc_t *rtc) in rtc_to_tod()
197 read_rtc(struct rtc_t *rtc) in read_rtc()
245 struct rtc_t rtc; in todm5819_set()
268 write_rtc_time(struct rtc_t *rtc) in write_rtc_time()
322 write_rtc_alarm(struct rtc_t *rtc) in write_rtc_alarm()
338 struct rtc_t rtc; in todm5819_set_power_alarm()