Lines Matching refs:regmap_read

149 	regmap_read(priv->regmap, TIM_CCER, &ccer);  in stm32_timer_start()
186 regmap_read(priv->regmap, TIM_CCER, &ccer); in stm32_timer_stop()
245 regmap_read(priv->regmap, TIM_CR1, &cr1); in stm32_tt_read_frequency()
246 regmap_read(priv->regmap, TIM_PSC, &psc); in stm32_tt_read_frequency()
247 regmap_read(priv->regmap, TIM_ARR, &arr); in stm32_tt_read_frequency()
293 regmap_read(priv->regmap, TIM_CR2, &cr2); in stm32_tt_show_master_mode()
454 regmap_read(priv->regmap, TIM_CNT, &dat); in stm32_counter_read_raw()
459 regmap_read(priv->regmap, TIM_CR1, &dat); in stm32_counter_read_raw()
464 regmap_read(priv->regmap, TIM_SMCR, &dat); in stm32_counter_read_raw()
567 regmap_read(priv->regmap, TIM_SMCR, &smcr); in stm32_get_trigger_mode()
644 regmap_read(priv->regmap, TIM_SMCR, &smcr); in stm32_get_enable_mode()
665 regmap_read(priv->regmap, TIM_ARR, &arr); in stm32_count_get_preset()
759 regmap_read(priv->regmap, TIM_CR2, &val); in stm32_timer_detect_trgo2()
819 regmap_read(priv->regmap, TIM_CCER, &val); in stm32_timer_trigger_remove()
834 regmap_read(priv->regmap, TIM_CR1, &priv->bak.cr1); in stm32_timer_trigger_suspend()
835 regmap_read(priv->regmap, TIM_CR2, &priv->bak.cr2); in stm32_timer_trigger_suspend()
836 regmap_read(priv->regmap, TIM_PSC, &priv->bak.psc); in stm32_timer_trigger_suspend()
837 regmap_read(priv->regmap, TIM_ARR, &priv->bak.arr); in stm32_timer_trigger_suspend()
838 regmap_read(priv->regmap, TIM_CNT, &priv->bak.cnt); in stm32_timer_trigger_suspend()
839 regmap_read(priv->regmap, TIM_SMCR, &priv->bak.smcr); in stm32_timer_trigger_suspend()