Home
last modified time | relevance | path

Searched refs:TIMER_CTRL_IE (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/timer/
H A Darm_timer.c28 #define TIMER_CTRL_IE (1 << 5) macro
46 if (s->int_level && (s->control & TIMER_CTRL_IE)) { in arm_timer_update()
68 if ((s->control & TIMER_CTRL_IE) == 0) in arm_timer_read()
181 s->control = TIMER_CTRL_IE; in arm_timer_init()
/openbmc/linux/drivers/clocksource/
H A Dmps2-timer.c25 #define TIMER_CTRL_IE BIT(3) macro
65 clockevent_mps2_writel(TIMER_CTRL_IE | TIMER_CTRL_ENABLE, ce, TIMER_CTRL); in mps2_timer_set_next_event()
76 clockevent_mps2_writel(TIMER_CTRL_IE | TIMER_CTRL_ENABLE, ce, TIMER_CTRL); in mps2_timer_set_periodic()
H A Dtimer-sp.h25 #define TIMER_CTRL_IE (1 << 5) /* VR */ macro
H A Dtimer-sp804.c171 unsigned long ctrl = TIMER_CTRL_32BIT | TIMER_CTRL_IE | in sp804_set_periodic()
183 unsigned long ctrl = TIMER_CTRL_32BIT | TIMER_CTRL_IE | in sp804_set_next_event()