Home
last modified time | relevance | path

Searched refs:PWM_ENABLE_MASK (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/pwm/
H A Dpwm-hibvt.c24 #define PWM_ENABLE_MASK BIT(0) macro
87 PWM_ENABLE_MASK, 0x1); in hibvt_pwm_enable()
95 PWM_ENABLE_MASK, 0x0); in hibvt_pwm_disable()
147 state->enabled = (PWM_ENABLE_MASK & value); in hibvt_pwm_get_state()