Lines Matching refs:regmap_read

152 	regmap_read(priv->regmap, TIM_CCER, &ccer);  in stm32_timer_start()
190 regmap_read(priv->regmap, TIM_CCER, &ccer); in stm32_timer_stop()
249 regmap_read(priv->regmap, TIM_CR1, &cr1); in stm32_tt_read_frequency()
250 regmap_read(priv->regmap, TIM_PSC, &psc); in stm32_tt_read_frequency()
251 regmap_read(priv->regmap, TIM_ARR, &arr); in stm32_tt_read_frequency()
297 regmap_read(priv->regmap, TIM_CR2, &cr2); in stm32_tt_show_master_mode()
459 regmap_read(priv->regmap, TIM_CNT, &dat); in stm32_counter_read_raw()
464 regmap_read(priv->regmap, TIM_CR1, &dat); in stm32_counter_read_raw()
469 regmap_read(priv->regmap, TIM_SMCR, &dat); in stm32_counter_read_raw()
576 regmap_read(priv->regmap, TIM_SMCR, &smcr); in stm32_get_trigger_mode()
657 regmap_read(priv->regmap, TIM_SMCR, &smcr); in stm32_get_enable_mode()
678 regmap_read(priv->regmap, TIM_ARR, &arr); in stm32_count_get_preset()
772 regmap_read(priv->regmap, TIM_CR2, &val); in stm32_timer_detect_trgo2()
833 regmap_read(priv->regmap, TIM_CCER, &val); in stm32_timer_trigger_remove()
848 regmap_read(priv->regmap, TIM_CR1, &priv->bak.cr1); in stm32_timer_trigger_suspend()
849 regmap_read(priv->regmap, TIM_CR2, &priv->bak.cr2); in stm32_timer_trigger_suspend()
850 regmap_read(priv->regmap, TIM_PSC, &priv->bak.psc); in stm32_timer_trigger_suspend()
851 regmap_read(priv->regmap, TIM_ARR, &priv->bak.arr); in stm32_timer_trigger_suspend()
852 regmap_read(priv->regmap, TIM_CNT, &priv->bak.cnt); in stm32_timer_trigger_suspend()
853 regmap_read(priv->regmap, TIM_SMCR, &priv->bak.smcr); in stm32_timer_trigger_suspend()