Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/pwm/
H A Drk_pwm.c71 ctrl |= RK_PWM_ENABLE; in rk_pwm_set_config()
73 ctrl &= ~RK_PWM_ENABLE; in rk_pwm_set_config()
205 .enable_conf = PWM_OUTPUT_LEFT | PWM_LP_DISABLE | RK_PWM_ENABLE |
221 .enable_conf = PWM_OUTPUT_LEFT | PWM_LP_DISABLE | RK_PWM_ENABLE |
237 .enable_conf = PWM_OUTPUT_LEFT | PWM_LP_DISABLE | RK_PWM_ENABLE |
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dpwm.h22 #define RK_PWM_ENABLE (1 << 0) macro