Home
last modified time | relevance | path

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

/arch/blackfin/kernel/
Dtime.c102 if ((get_gptimer_status(0) & TIMER_STATUS_TIMIL0) && offset < (100000 / HZ / 2)) in gettimeoffset()
141 if (get_gptimer_status(0) & TIMER_STATUS_TIMIL0) { in timer_interrupt()
163 set_gptimer_status(0, TIMER_STATUS_TIMIL0); in timer_interrupt()
Dgptimers.c120 TIMER_STATUS_TIMIL0,
/arch/blackfin/include/asm/
Dgptimers.h127 #define TIMER_STATUS_TIMIL0 0x0001 macro