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

/linux-master/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) function
60 opal_to_tm(y_m_d, h_m_s_ms, &tm);
/linux-master/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) function
75 opal_to_tm(y_m_d, h_m_s_ms, tm);
160 opal_to_tm(y_m_d, h_m_s_ms, &alarm->time);

Completed in 155 milliseconds