Home
last modified time | relevance | path

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

/linux/include/linux/mfd/
H A Dstm32-timers.h42 #define TIM_SMCR_SMS (BIT(0) | BIT(1) | BIT(2)) /* Slave mode selection */ macro
/linux/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()