Searched refs:timer (Results 1 – 4 of 4) sorted by relevance
260 volatile struct __ghs_coldfire_timer *timer = in TIMER_INIT() local272 timer->pcsr = 0x0010; in TIMER_INIT()275 timer->pmr = count; in TIMER_INIT()280 timer->pcsr = in TIMER_INIT()293 volatile struct __ghs_coldfire_timer *timer = in CLEAR_TIMER_INTERRUPT() local299 timer->pcsr = in CLEAR_TIMER_INTERRUPT()313 volatile struct __ghs_coldfire_timer *timer = in TIMER_INIT() local325 timer->pcsr = 0x0010; in TIMER_INIT()328 timer->pmr = count; in TIMER_INIT()333 timer->pcsr = in TIMER_INIT()[all …]
48 struct tm *gmtime_r(const time_t *timer, struct tm *result) { in gmtime_r() argument52 time_t time_v = *timer; in gmtime_r()175 struct tm *gmtime(const time_t *timer) in gmtime() argument181 return(gmtime_r(timer, tmp)); in gmtime()
47 extern struct tm *gmtime_r(const time_t *timer, struct tm *result);49 struct tm *localtime_r(const time_t *timer, struct tm *result) in localtime_r() argument78 time_t time_v = *timer - 60 * __gh_timezone(); in localtime_r()82 if (*timer == (time_t)-1) in localtime_r()201 struct tm *localtime(const time_t *timer) { in localtime() argument205 return(localtime_r(timer, temp)); in localtime()
66 static void timer_set(int client, int timer, void *isr) in timer_set() argument