Searched refs:tim (Results 1 – 7 of 7) sorted by relevance
60 u64 tim; in beat_set_rtc_time() local61 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() local73 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()
44 struct timer_counter tim[TIMER_COUNT]; member
98 int rtc_mips_set_time(unsigned long tim) in rtc_mips_set_time() argument107 rtc_time_to_tm(tim, &tm); in rtc_mips_set_time()
35 extern void to_tm(int tim, struct rtc_time * tm);
1030 void to_tm(int tim, struct rtc_time * tm) in to_tm() argument1035 day = tim / SECDAY; in to_tm()1036 hms = tim % SECDAY; in to_tm()
100 volatile unsigned long tim; member
242 u32 tim[5]; /* set by extif->convert_timings */ member