Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mfd/
H A Dstm32-timers.h34 #define TIM_TISEL 0x68 /* Input Selection */ macro
/openbmc/linux/drivers/counter/
H A Dstm32-timer-cnt.c352 regmap_write(priv->regmap, TIM_TISEL, 0x0); in stm32_timer_cnt_probe()
/openbmc/linux/drivers/pwm/
H A Dpwm-stm32.c211 regmap_write(priv->regmap, TIM_TISEL, 0x0); in stm32_pwm_capture()