Searched refs:GET_PRESCALER (Results 1 – 1 of 1) sorted by relevance
71 #define GET_PRESCALER(reg, x) (((reg) & (0xFF << (8 * (x)))) >> 8 * (x)) macro162 ((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()