Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/pwm/
Dpwm-sl28cpld.c56 #define SL28CPLD_PWM_PERIOD(prescaler) \ macro
106 state->period = SL28CPLD_PWM_PERIOD(prescaler); in sl28cpld_pwm_get_state()
142 prescaler = DIV_ROUND_UP_ULL(SL28CPLD_PWM_PERIOD(0), state->period); in sl28cpld_pwm_apply()