Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/pwm/
Dpwm-lpss.c27 #define PWM_ON_TIME_DIV_MASK 0x000000ff macro
106 ctrl &= ~PWM_ON_TIME_DIV_MASK; in pwm_lpss_prepare()
173 on_time_div = 255 - (ctrl & PWM_ON_TIME_DIV_MASK); in pwm_lpss_get_state()