Home
last modified time | relevance | path

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

/linux/drivers/pwm/
H A Dpwm-stm32.c35 bool have_complementary_output; member
87 if (priv->have_complementary_output) in stm32_pwm_round_waveform_tohw()
174 if (priv->have_complementary_output) in stm32_pwm_round_waveform_tohw()
402 if (priv->have_complementary_output) in stm32_pwm_write_waveform()
781 priv->have_complementary_output = !!FIELD_GET(TIM_HWCFGR1_NB_OF_DT, val); in stm32_pwm_detect_complementary()
793 priv->have_complementary_output = (ccer != 0); in stm32_pwm_detect_complementary()