Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/pwm/
H A Dpwm-tegra.c55 #define PWM_SCALE_SHIFT 0 macro
177 val |= rate << PWM_SCALE_SHIFT; in tegra_pwm_config()
H A Dpwm-rockchip.c49 #define PWM_SCALE_SHIFT 16 macro
50 #define PWM_SCALE_MASK (0xff << PWM_SCALE_SHIFT)
220 ctrl |= (dclk_div / 2) << PWM_SCALE_SHIFT; in rockchip_pwm_config()