Searched refs:keembay_pwm_update_bits (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/pwm/ |
H A D | pwm-keembay.c | 71 static __always_inline void keembay_pwm_update_bits(struct keembay_pwm *priv, u32 mask, in keembay_pwm_update_bits() function 82 keembay_pwm_update_bits(priv, KMB_PWM_EN_BIT, 1, in keembay_pwm_enable() 88 keembay_pwm_update_bits(priv, KMB_PWM_EN_BIT, 0, in keembay_pwm_disable() 137 keembay_pwm_update_bits(priv, KMB_PWM_LEADIN_MASK, 0, in keembay_pwm_apply()
|