Home
last modified time | relevance | path

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

/drivers/pwm/
Dpwm-berlin.c36 #define BERLIN_PWM_INVERT_POLARITY BIT(3) macro
138 value &= ~BERLIN_PWM_INVERT_POLARITY; in berlin_pwm_set_polarity()
140 value |= BERLIN_PWM_INVERT_POLARITY; in berlin_pwm_set_polarity()