Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/rtc/
H A Ddate.c34 int rtc_calc_weekday(struct rtc_time *tm) in rtc_calc_weekday() function
105 return rtc_calc_weekday(tm); in rtc_to_tm()
H A Dds1306.c113 rtc_calc_weekday(tmp); /* Determine the day of week */ in rtc_get()
/OK3568_Linux_fs/u-boot/include/
H A Drtc.h237 int rtc_calc_weekday(struct rtc_time *time);
/OK3568_Linux_fs/u-boot/cmd/
H A Ddate.c231 rtc_calc_weekday(tmp); in mk_date()