Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pwm/
H A Dpwm-rockchip.c30 #define PWM_LP_DISABLE (0 << 8) macro
257 .enable_conf = PWM_OUTPUT_LEFT | PWM_LP_DISABLE | PWM_ENABLE |
271 .enable_conf = PWM_OUTPUT_LEFT | PWM_LP_DISABLE | PWM_ENABLE |
285 .enable_conf = PWM_OUTPUT_LEFT | PWM_LP_DISABLE | PWM_ENABLE |
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dpwm.h37 #define PWM_LP_DISABLE (0 << 8) macro
/openbmc/u-boot/drivers/pwm/
H A Drk_pwm.c46 writel(PWM_SEL_SRC_CLK | PWM_OUTPUT_LEFT | PWM_LP_DISABLE | in rk_pwm_set_config()