Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/pwm/
H A Dpwm-rockchip.c54 #define PWM_ONESHOT_COUNT_MAX 256 macro
179 if (state->oneshot_count > 0 && state->oneshot_count <= PWM_ONESHOT_COUNT_MAX) in rockchip_pwm_config()
208 if (state->oneshot_count > 0 && state->oneshot_count <= PWM_ONESHOT_COUNT_MAX) { in rockchip_pwm_config()