Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dtest-arm-mptimer.c26 #define TIMER_CONTROL_ENABLE (1 << 0) macro
45 uint32_t ctl = TIMER_CONTROL_ENABLE | TIMER_CONTROL_PRESCALER(scale); in timer_start()