Searched refs:TIM_SMCR (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/iio/trigger/ |
| H A D | stm32-timer-trigger.c | 470 regmap_read(priv->regmap, TIM_SMCR, &dat); in stm32_counter_read_raw() 539 TIM_SMCR, TIM_SMCR_TS, in stm32_counter_validate_trigger() 566 regmap_set_bits(priv->regmap, TIM_SMCR, TIM_SMCR_SMS); in stm32_set_trigger_mode() 577 regmap_read(priv->regmap, TIM_SMCR, &smcr); in stm32_get_trigger_mode() 633 regmap_update_bits(priv->regmap, TIM_SMCR, TIM_SMCR_SMS, sms); in stm32_set_enable_mode() 658 regmap_read(priv->regmap, TIM_SMCR, &smcr); in stm32_get_enable_mode() 854 regmap_read(priv->regmap, TIM_SMCR, &priv->bak.smcr); in stm32_timer_trigger_suspend() 875 regmap_write(priv->regmap, TIM_SMCR, priv->bak.smcr); in stm32_timer_trigger_resume()
|
| /linux/drivers/counter/ |
| H A D | stm32-timer-cnt.c | 91 regmap_read(priv->regmap, TIM_SMCR, &smcr); in stm32_count_function_read() 146 regmap_update_bits(priv->regmap, TIM_SMCR, TIM_SMCR_SMS, sms); in stm32_count_function_write() 805 regmap_read(priv->regmap, TIM_SMCR, &priv->bak.smcr); in stm32_timer_cnt_suspend() 835 regmap_write(priv->regmap, TIM_SMCR, priv->bak.smcr); in stm32_timer_cnt_resume()
|
| /linux/include/linux/mfd/ |
| H A D | stm32-timers.h | 17 #define TIM_SMCR 0x08 /* Slave mode control reg */ macro
|
| /linux/drivers/pwm/ |
| H A D | pwm-stm32.c | 576 regmap_write(priv->regmap, TIM_SMCR, 0x0); in stm32_pwm_capture()
|