Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pwm/
H A Dpwm-berlin.c37 #define BERLIN_PWM_INVERT_POLARITY BIT(3) macro
139 value &= ~BERLIN_PWM_INVERT_POLARITY; in berlin_pwm_set_polarity()
141 value |= BERLIN_PWM_INVERT_POLARITY; in berlin_pwm_set_polarity()