Home
last modified time | relevance | path

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

/arch/arc/kernel/
Dtime.c112 write_aux_reg(ARC_REG_TIMER1_CTRL, TIMER_CTRL_NH); in arc_counter_setup()
143 write_aux_reg(ARC_REG_TIMER0_CTRL, TIMER_CTRL_IE | TIMER_CTRL_NH); in arc_timer_event_setup()
160 write_aux_reg(ARC_REG_TIMER0_CTRL, irq_reenable | TIMER_CTRL_NH); in arc_timer_event_ack()
/arch/arc/include/asm/
Darcregs.h107 #define TIMER_CTRL_NH (1 << 1) /* Count only when CPU NOT halted */ macro