Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pwm/
H A Dpwm-lpss.c30 #define PWM_ON_TIME_DIV_MASK GENMASK(7, 0) macro
150 ctrl &= ~PWM_ON_TIME_DIV_MASK; in pwm_lpss_prepare()
221 on_time_div = 255 - (ctrl & PWM_ON_TIME_DIV_MASK); in pwm_lpss_get_state()