Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/timer/
H A Da9gtimer.h42 #define R_CONTROL_PRESCALER_SHIFT 8 macro
45 R_CONTROL_PRESCALER_SHIFT)
/openbmc/qemu/hw/timer/
H A Da9gtimer.c65 uint64_t prescale = extract32(s->control, R_CONTROL_PRESCALER_SHIFT, in a9_gtimer_get_conv()