Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pwm/
H A Dpwm-sl28cpld.c56 #define SL28CPLD_PWM_PERIOD(prescaler) \ macro
107 state->period = SL28CPLD_PWM_PERIOD(prescaler); in sl28cpld_pwm_get_state()
143 prescaler = DIV_ROUND_UP_ULL(SL28CPLD_PWM_PERIOD(0), state->period); in sl28cpld_pwm_apply()