Lines Matching refs:regmap_read
148 regmap_read(priv->regmap, TIM_CCER, &ccer); in stm32_timer_start()
185 regmap_read(priv->regmap, TIM_CCER, &ccer); in stm32_timer_stop()
244 regmap_read(priv->regmap, TIM_CR1, &cr1); in stm32_tt_read_frequency()
245 regmap_read(priv->regmap, TIM_PSC, &psc); in stm32_tt_read_frequency()
246 regmap_read(priv->regmap, TIM_ARR, &arr); in stm32_tt_read_frequency()
292 regmap_read(priv->regmap, TIM_CR2, &cr2); in stm32_tt_show_master_mode()
453 regmap_read(priv->regmap, TIM_CNT, &dat); in stm32_counter_read_raw()
458 regmap_read(priv->regmap, TIM_CR1, &dat); in stm32_counter_read_raw()
463 regmap_read(priv->regmap, TIM_SMCR, &dat); in stm32_counter_read_raw()
568 regmap_read(priv->regmap, TIM_SMCR, &smcr); in stm32_get_trigger_mode()
645 regmap_read(priv->regmap, TIM_SMCR, &smcr); in stm32_get_enable_mode()
666 regmap_read(priv->regmap, TIM_ARR, &arr); in stm32_count_get_preset()
760 regmap_read(priv->regmap, TIM_CR2, &val); in stm32_timer_detect_trgo2()
820 regmap_read(priv->regmap, TIM_CCER, &val); in stm32_timer_trigger_remove()
837 regmap_read(priv->regmap, TIM_CR1, &priv->bak.cr1); in stm32_timer_trigger_suspend()
838 regmap_read(priv->regmap, TIM_CR2, &priv->bak.cr2); in stm32_timer_trigger_suspend()
839 regmap_read(priv->regmap, TIM_PSC, &priv->bak.psc); in stm32_timer_trigger_suspend()
840 regmap_read(priv->regmap, TIM_ARR, &priv->bak.arr); in stm32_timer_trigger_suspend()
841 regmap_read(priv->regmap, TIM_CNT, &priv->bak.cnt); in stm32_timer_trigger_suspend()
842 regmap_read(priv->regmap, TIM_SMCR, &priv->bak.smcr); in stm32_timer_trigger_suspend()