Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Daspeed_timer.c27 #define TIMER_CTRL_BITS 4 macro
28 #define TIMER_CTRL_MASK ((1 << TIMER_CTRL_BITS) - 1)
70 return !!(timer_to_ctrl(t)->ctrl & BIT(t->id * TIMER_CTRL_BITS + op)); in timer_ctrl_status()
407 shift = (i * TIMER_CTRL_BITS); in aspeed_timer_set_ctrl()