Searched refs:pwmstart (Results 1 – 1 of 1) sorted by relevance
146 u32 pwmstart; in pwm_sg2044_set_outputen() local148 pwmstart = readl(ddata->base + SG2044_PWM_PWMSTART); in pwm_sg2044_set_outputen()151 pwmstart |= BIT(pwm->hwpwm); in pwm_sg2044_set_outputen()153 pwmstart &= ~BIT(pwm->hwpwm); in pwm_sg2044_set_outputen()155 writel(pwmstart, ddata->base + SG2044_PWM_PWMSTART); in pwm_sg2044_set_outputen()