Home
last modified time | relevance | path

Searched refs:tim (Results 1 – 7 of 7) sorted by relevance

/arch/powerpc/platforms/cell/
Dbeat.c60 u64 tim; in beat_set_rtc_time() local
61 tim = mktime(rtc_time->tm_year+1900, in beat_set_rtc_time()
64 if (beat_rtc_write(tim)) in beat_set_rtc_time()
71 u64 tim; in beat_get_rtc_time() local
73 if (beat_rtc_read(&tim)) in beat_get_rtc_time()
74 tim = 0; in beat_get_rtc_time()
75 to_tm(tim, rtc_time); in beat_get_rtc_time()
/arch/mips/include/asm/mach-rc32434/
Dtimer.h44 struct timer_counter tim[TIMER_COUNT]; member
/arch/mips/pmc-sierra/yosemite/
Dsetup.c98 int rtc_mips_set_time(unsigned long tim) in rtc_mips_set_time() argument
107 rtc_time_to_tm(tim, &tm); in rtc_mips_set_time()
/arch/powerpc/include/asm/
Dtime.h35 extern void to_tm(int tim, struct rtc_time * tm);
/arch/powerpc/kernel/
Dtime.c1030 void to_tm(int tim, struct rtc_time * tm) in to_tm() argument
1035 day = tim / SECDAY; in to_tm()
1036 hms = tim % SECDAY; in to_tm()
/arch/mips/include/asm/txx9/
Dtx3927.h100 volatile unsigned long tim; member
/arch/arm/plat-omap/include/mach/
Domapfb.h242 u32 tim[5]; /* set by extif->convert_timings */ member