Searched refs:enable_conf (Results 1 – 1 of 1) sorted by relevance
53 u32 enable_conf; member67 u32 enable_conf = pc->data->enable_conf; in rockchip_pwm_get_state() local92 state->enabled = (val & enable_conf) == enable_conf; in rockchip_pwm_get_state()168 u32 enable_conf = pc->data->enable_conf; in rockchip_pwm_enable() local181 val |= enable_conf; in rockchip_pwm_enable()183 val &= ~enable_conf; in rockchip_pwm_enable()249 .enable_conf = PWM_CTRL_OUTPUT_EN | PWM_CTRL_TIMER_EN,262 .enable_conf = PWM_OUTPUT_LEFT | PWM_LP_DISABLE | PWM_ENABLE |276 .enable_conf = PWM_OUTPUT_LEFT | PWM_LP_DISABLE | PWM_ENABLE |290 .enable_conf = PWM_OUTPUT_LEFT | PWM_LP_DISABLE | PWM_ENABLE |[all …]