Searched refs:reg_tcfg (Results 1 – 1 of 1) sorted by relevance
113 uint32_t reg_tcfg[2]; member141 VMSTATE_UINT32_ARRAY(reg_tcfg, Exynos4210PWMState, 2),162 ((GET_PRESCALER(s->reg_tcfg[0], 1) + 1) * in exynos4210_pwm_update_freq()163 (GET_DIVIDER(s->reg_tcfg[1], id))); in exynos4210_pwm_update_freq()166 ((GET_PRESCALER(s->reg_tcfg[0], 0) + 1) * in exynos4210_pwm_update_freq()167 (GET_DIVIDER(s->reg_tcfg[1], id))); in exynos4210_pwm_update_freq()229 value = s->reg_tcfg[index]; in exynos4210_pwm_read()281 s->reg_tcfg[index] = value; in exynos4210_pwm_write()369 s->reg_tcfg[0] = 0x0101; in exynos4210_pwm_reset()370 s->reg_tcfg[1] = 0x0; in exynos4210_pwm_reset()