Home
last modified time | relevance | path

Searched refs:TIMER_NUM (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/mips/cavium-octeon/
H A Doct_ilm.c12 #define TIMER_NUM 3 macro
122 start_timer(TIMER_NUM, li.io_interval); in cvm_oct_ciu_timer_interrupt()
140 int irq = OCTEON_IRQ_TIMER0 + TIMER_NUM; in oct_ilm_module_init()
152 start_timer(TIMER_NUM, li.io_interval); in oct_ilm_module_init()
162 disable_timer(TIMER_NUM); in oct_ilm_module_exit()
164 free_irq(OCTEON_IRQ_TIMER0 + TIMER_NUM, 0); in oct_ilm_module_exit()
/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/
H A Dtimer.c28 #define TIMER_NUM 0 /* we use timer 0 */ macro
35 struct sunxi_timer *timer = &timers->timer[TIMER_NUM]; in read_timer()
49 struct sunxi_timer *timer = &timers->timer[TIMER_NUM]; in timer_init()