Home
last modified time | relevance | path

Searched refs:opal_to_tm (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dopal-rtc.c22 static void __init opal_to_tm(u32 y_m_d, u64 h_m_s_ms, struct rtc_time *tm) in opal_to_tm() function
60 opal_to_tm(y_m_d, h_m_s_ms, &tm); in opal_get_boot_time()
/openbmc/linux/drivers/rtc/
H A Drtc-opal.c21 static void opal_to_tm(u32 y_m_d, u64 h_m_s_ms, struct rtc_time *tm) in opal_to_tm() function
75 opal_to_tm(y_m_d, h_m_s_ms, tm); in opal_get_rtc_time()
160 opal_to_tm(y_m_d, h_m_s_ms, &alarm->time); in opal_get_tpo_time()