Home
last modified time | relevance | path

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

/freebsd/sys/dev/pwm/controller/allwinner/
H A Daw_pwm.c247 uint64_t period_freq, duty_freq; in aw_pwm_channel_config() local
272 duty_freq = NS_PER_SEC / duty; in aw_pwm_channel_config()
273 if (duty_freq < period_freq) { in aw_pwm_channel_config()
314 ((clk_rate / duty_freq) << AW_PWM_PERIOD_ACTIVE_SHIFT); in aw_pwm_channel_config()
/freebsd/sys/dev/pwm/controller/rockchip/
H A Drk_pwm.c268 uint64_t period_freq, duty_freq; in rk_pwm_channel_config() local
282 duty_freq = NS_PER_SEC / duty; in rk_pwm_channel_config()
283 if (duty_freq < period_freq) { in rk_pwm_channel_config()