Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clocksource/
H A Dtimer-sp804.c126 writel(TIMER_CTRL_32BIT | TIMER_CTRL_ENABLE | TIMER_CTRL_PERIODIC, in sp804_clocksource_and_sched_clock_init()
171 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()
H A Dtimer-sp.h21 #define TIMER_CTRL_32BIT (1 << 1) /* CVR */ macro
/openbmc/qemu/hw/timer/
H A Darm_timer.c24 #define TIMER_CTRL_32BIT (1 << 1) macro
88 if (s->control & TIMER_CTRL_32BIT) in arm_timer_recalibrate()