Lines Matching refs:timer_id
25 int timer_id = timer->timer_id; in raspi_systimer_start() local
33 if (timer_id == 1) in raspi_systimer_start()
38 else if (timer_id == 3) in raspi_systimer_start()
54 int timer_id = timer->timer_id; in raspi_systimer_stop() local
55 if (timer_id == 1) in raspi_systimer_stop()
57 else if (timer_id == 3) in raspi_systimer_stop()
83 int timer_id = timer->timer_id; in rt_device_systimer_isr() local
86 if (timer_id == 1) in rt_device_systimer_isr()
91 else if (timer_id == 3) in rt_device_systimer_isr()
132 _systimer1.timer_id =1; in rt_hw_systimer_init()
141 _systimer3.timer_id =3; in rt_hw_systimer_init()