Searched refs:enable_conf (Results 1 – 1 of 1) sorted by relevance
55 u32 enable_conf; member68 u32 enable_conf = pc->data->enable_conf; in rockchip_pwm_get_state() local90 state->enabled = ((val & enable_conf) != enable_conf) ? in rockchip_pwm_get_state()93 state->enabled = ((val & enable_conf) == enable_conf) ? in rockchip_pwm_get_state()163 u32 enable_conf = pc->data->enable_conf; in rockchip_pwm_enable() local176 val |= enable_conf; in rockchip_pwm_enable()178 val &= ~enable_conf; in rockchip_pwm_enable()246 .enable_conf = PWM_CTRL_OUTPUT_EN | PWM_CTRL_TIMER_EN,259 .enable_conf = PWM_OUTPUT_LEFT | PWM_LP_DISABLE | PWM_ENABLE |273 .enable_conf = PWM_OUTPUT_LEFT | PWM_LP_DISABLE | PWM_ENABLE |[all …]