Searched refs:PWM_CTRL (Results 1 – 3 of 3) sorted by relevance
17 #define PWM_CTRL 0xc macro58 writel((INT_EN | PWM_OE | CNT_EN), timer_of_base(to) + PWM_CTRL); in ls1x_pwmtimer_start()63 writel(0, timer_of_base(to) + PWM_CTRL); in ls1x_pwmtimer_stop()70 val = readl(timer_of_base(to) + PWM_CTRL); in ls1x_pwmtimer_irq_ack()72 writel(val, timer_of_base(to) + PWM_CTRL); in ls1x_pwmtimer_irq_ack()
21 #define PWM_CTRL 0x0 macro69 writel(1 << pwm->hwpwm, mxs->base + PWM_CTRL + CLR); in mxs_pwm_apply()108 writel(1 << pwm->hwpwm, mxs->base + PWM_CTRL + SET); in mxs_pwm_apply()
22 #define PWM_CTRL 0x00 macro182 value = brcmstb_pwm_readl(p, PWM_CTRL); in brcmstb_pwm_enable_set()192 brcmstb_pwm_writel(p, value, PWM_CTRL); in brcmstb_pwm_enable_set()