Searched refs:rtc_to_tm (Results 1 – 15 of 15) sorted by relevance
/openbmc/u-boot/post/drivers/ |
H A D | rtc.c | 64 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 D | mxsrtc.c | 45 rtc_to_tm(secs, time); in rtc_get()
|
H A D | mc13xxx-rtc.c | 38 rtc_to_tm(tim, rtc); in rtc_get()
|
H A D | rtc-lib.c | 38 void rtc_to_tm(u64 time, struct rtc_time *tm) in rtc_to_tm() function
|
H A D | mx27rtc.c | 32 rtc_to_tm(sec, time); in rtc_get()
|
H A D | at91sam9_rtt.c | 44 rtc_to_tm(tim+off, tmp); in rtc_get()
|
H A D | ftrtc010.c | 88 rtc_to_tm(now, tmp); in rtc_get()
|
H A D | pl031.c | 72 rtc_to_tm(tim, tm); in pl031_get()
|
H A D | mcfrtc.c | 38 rtc_to_tm(tim, tmp); in rtc_get()
|
H A D | imxdi.c | 192 rtc_to_tm(now, tmp); in rtc_get()
|
H A D | ds1374.c | 118 rtc_to_tm(time1, tm); /* To Gregorian Date */ in rtc_get()
|
H A D | i2c_rtc_emul.c | 99 rtc_to_tm(now + plat->offset, time); in sandbox_i2c_rtc_get()
|
/openbmc/u-boot/include/ |
H A D | rtc.h | 246 void rtc_to_tm(u64 time_t, struct rtc_time *time);
|
/openbmc/u-boot/net/ |
H A D | sntp.c | 72 rtc_to_tm(ntohl(seconds) - 2208988800UL + net_ntp_time_offset, &tm); in sntp_handler()
|
/openbmc/u-boot/common/ |
H A D | image.c | 574 rtc_to_tm(timestamp, &tm); in genimg_print_time()
|