Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mfd/
H A Dstm32-timers.h31 #define TIM_BDTR 0x44 /* Break and Dead-Time Reg */ macro
/openbmc/linux/drivers/pwm/
H A Dpwm-stm32.c387 regmap_set_bits(priv->regmap, TIM_BDTR, TIM_BDTR_MOE); in stm32_pwm_config()
514 regmap_update_bits(priv->regmap, TIM_BDTR, mask, bdtr); in stm32_pwm_set_breakinput()
516 regmap_read(priv->regmap, TIM_BDTR, &bdtr); in stm32_pwm_set_breakinput()