Home
last modified time | relevance | path

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

/linux-6.15/drivers/iio/trigger/
H A Dstm32-timer-trigger.c470 dat &= TIM_SMCR_SMS; in stm32_counter_read_raw()
565 regmap_set_bits(priv->regmap, TIM_SMCR, TIM_SMCR_SMS); in stm32_set_trigger_mode()
578 return (smcr & TIM_SMCR_SMS) == TIM_SMCR_SMS ? 0 : -EINVAL; in stm32_get_trigger_mode()
632 regmap_update_bits(priv->regmap, TIM_SMCR, TIM_SMCR_SMS, sms); in stm32_set_enable_mode()
658 smcr &= TIM_SMCR_SMS; in stm32_get_enable_mode()
/linux-6.15/include/linux/mfd/
H A Dstm32-timers.h45 #define TIM_SMCR_SMS (BIT(0) | BIT(1) | BIT(2)) /* Slave mode selection */ macro
/linux-6.15/drivers/counter/
H A Dstm32-timer-cnt.c93 switch (smcr & TIM_SMCR_SMS) { in stm32_count_function_read()
146 regmap_update_bits(priv->regmap, TIM_SMCR, TIM_SMCR_SMS, sms); in stm32_count_function_write()