Searched refs:counter_ctrl (Results 1 – 2 of 2) sorted by relevance
86 u32 counter_ctrl, clock_ctrl; in cadence_ttc_pwm_set_config() local98 counter_ctrl = readl(TTC_COUNTER_CONTROL(priv->regs, channel)); in cadence_ttc_pwm_set_config()135 counter_ctrl &= ~COUNTER_DECREMENT_ENABLE; in cadence_ttc_pwm_set_config()136 counter_ctrl |= COUNTER_INTERVAL_ENABLE | in cadence_ttc_pwm_set_config()141 counter_ctrl |= COUNTER_WAVE_POL; in cadence_ttc_pwm_set_config()143 counter_ctrl &= ~COUNTER_WAVE_POL; in cadence_ttc_pwm_set_config()145 writel(counter_ctrl, TTC_COUNTER_CONTROL(priv->regs, channel)); in cadence_ttc_pwm_set_config()
178 u32 counter_ctrl; /* Counter Control */ member
Completed in 8 milliseconds