Home
last modified time | relevance | path

Searched refs:rtc_to_tm (Results 1 – 15 of 15) sorted by relevance

/openbmc/u-boot/post/drivers/
H A Drtc.c64 rtc_to_tm(t, &ntm); in rtc_post_restore()
127 rtc_to_tm(t, &tm); in rtc_post_test()
159 rtc_to_tm(t, &tm); in rtc_post_test()
/openbmc/u-boot/drivers/rtc/
H A Dmxsrtc.c45 rtc_to_tm(secs, time); in rtc_get()
H A Dmc13xxx-rtc.c38 rtc_to_tm(tim, rtc); in rtc_get()
H A Drtc-lib.c38 void rtc_to_tm(u64 time, struct rtc_time *tm) in rtc_to_tm() function
H A Dmx27rtc.c32 rtc_to_tm(sec, time); in rtc_get()
H A Dat91sam9_rtt.c44 rtc_to_tm(tim+off, tmp); in rtc_get()
H A Dftrtc010.c88 rtc_to_tm(now, tmp); in rtc_get()
H A Dpl031.c72 rtc_to_tm(tim, tm); in pl031_get()
H A Dmcfrtc.c38 rtc_to_tm(tim, tmp); in rtc_get()
H A Dimxdi.c192 rtc_to_tm(now, tmp); in rtc_get()
H A Dds1374.c118 rtc_to_tm(time1, tm); /* To Gregorian Date */ in rtc_get()
H A Di2c_rtc_emul.c99 rtc_to_tm(now + plat->offset, time); in sandbox_i2c_rtc_get()
/openbmc/u-boot/include/
H A Drtc.h246 void rtc_to_tm(u64 time_t, struct rtc_time *time);
/openbmc/u-boot/net/
H A Dsntp.c72 rtc_to_tm(ntohl(seconds) - 2208988800UL + net_ntp_time_offset, &tm); in sntp_handler()
/openbmc/u-boot/common/
H A Dimage.c574 rtc_to_tm(timestamp, &tm); in genimg_print_time()