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()
569 regmap_read(priv->regmap, TIM_SMCR, &smcr); in stm32_get_trigger_mode()
646 regmap_read(priv->regmap, TIM_SMCR, &smcr); in stm32_get_enable_mode()
667 regmap_read(priv->regmap, TIM_ARR, &arr); in stm32_count_get_preset()
761 regmap_read(priv->regmap, TIM_CR2, &val); in stm32_timer_detect_trgo2()
821 regmap_read(priv->regmap, TIM_CCER, &val); in stm32_timer_trigger_remove()
838 regmap_read(priv->regmap, TIM_CR1, &priv->bak.cr1); in stm32_timer_trigger_suspend()
839 regmap_read(priv->regmap, TIM_CR2, &priv->bak.cr2); in stm32_timer_trigger_suspend()
840 regmap_read(priv->regmap, TIM_PSC, &priv->bak.psc); in stm32_timer_trigger_suspend()
841 regmap_read(priv->regmap, TIM_ARR, &priv->bak.arr); in stm32_timer_trigger_suspend()
842 regmap_read(priv->regmap, TIM_CNT, &priv->bak.cnt); in stm32_timer_trigger_suspend()
843 regmap_read(priv->regmap, TIM_SMCR, &priv->bak.smcr); in stm32_timer_trigger_suspend()