Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/rtc/
H A Ddate.c30 int rtc_calc_weekday(struct rtc_time *tm) in rtc_calc_weekday() function
H A Dmc146818.c124 rtc_calc_weekday(tmp); in mc146818_get()
H A Dds1306.c110 rtc_calc_weekday(tmp); /* Determine the day of week */ in rtc_get()
/openbmc/u-boot/include/
H A Drtc.h233 int rtc_calc_weekday(struct rtc_time *time);
/openbmc/u-boot/cmd/
H A Ddate.c230 rtc_calc_weekday(tmp); in mk_date()