Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dexynos4210_pwm.c71 #define GET_PRESCALER(reg, x) (((reg) & (0xFF << (8 * (x)))) >> 8 * (x)) macro
162 ((GET_PRESCALER(s->reg_tcfg[0], 1) + 1) * in exynos4210_pwm_update_freq()
166 ((GET_PRESCALER(s->reg_tcfg[0], 0) + 1) * in exynos4210_pwm_update_freq()