Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pwm/
Dpwm-stm32.c493 u32 bke = (index == 0) ? TIM_BDTR_BKE : TIM_BDTR_BK2E; in stm32_pwm_set_breakinput() local
497 u32 bdtr = bke; in stm32_pwm_set_breakinput()
512 return (bdtr & bke) ? 0 : -EINVAL; in stm32_pwm_set_breakinput()