Home
last modified time | relevance | path

Searched refs:mf_setRtc (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/asm-ppc64/iSeries/
Dmf.h81 extern int mf_setRtc( struct rtc_time * tm );
/linux-2.4.37.9/arch/ppc64/kernel/
Dmf.c1018 return mf_setRtc( &tm ); in mf_setRtcTime()
1115 mf_setRtc( tm ); in mf_getRtc()
1164 int mf_setRtc(struct rtc_time * tm) in mf_setRtc() function
Drtc.c383 mf_setRtc(tm); in iSeries_set_rtc_time()