Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mfd/
H A Dstm32-timers.h92 #define TIM_BDTR_BKF_SHIFT(x) (16 + (x) * 4) macro
/openbmc/linux/drivers/pwm/
H A Dpwm-stm32.c498 u32 shift = TIM_BDTR_BKF_SHIFT(bi->index); in stm32_pwm_set_breakinput()