Searched refs:enable_conf (Results 1 – 2 of 2) sorted by relevance
90 u32 enable_conf; member104 u32 enable_conf = pc->data->enable_conf; in rockchip_pwm_get_state() local128 enable_conf &= ~PWM_CONTINUOUS; in rockchip_pwm_get_state()129 state->enabled = (val & enable_conf) == enable_conf; in rockchip_pwm_get_state()289 u32 enable_conf = pc->data->enable_conf; in rockchip_pwm_enable() local308 val |= enable_conf; in rockchip_pwm_enable()312 val &= ~enable_conf; in rockchip_pwm_enable()383 .enable_conf = PWM_CTRL_OUTPUT_EN | PWM_CTRL_TIMER_EN,398 .enable_conf = PWM_OUTPUT_LEFT | PWM_LP_DISABLE | PWM_ENABLE |414 .enable_conf = PWM_OUTPUT_LEFT | PWM_LP_DISABLE | PWM_ENABLE |[all …]
28 u32 enable_conf; member124 ctrl |= priv->data->enable_conf; in rk_pwm_set_enable()126 ctrl &= ~priv->data->enable_conf; in rk_pwm_set_enable()190 .enable_conf = PWM_CTRL_OUTPUT_EN | PWM_CTRL_TIMER_EN,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 |