Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/pwm/
Dpwm-rockchip.c52 u32 enable_conf; member
65 u32 enable_conf = pc->data->enable_conf; in rockchip_pwm_get_state() local
90 state->enabled = (val & enable_conf) == enable_conf; in rockchip_pwm_get_state()
162 u32 enable_conf = pc->data->enable_conf; in rockchip_pwm_enable() local
175 val |= enable_conf; in rockchip_pwm_enable()
177 val &= ~enable_conf; in rockchip_pwm_enable()
244 .enable_conf = PWM_CTRL_OUTPUT_EN | PWM_CTRL_TIMER_EN,
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 |
[all …]