Lines Matching refs:regmap_read

135 	regmap_read(priv->regmap, TIM_CCER, &ccer);  in stm32_timer_start()
139 regmap_read(priv->regmap, TIM_CR1, &cr1); in stm32_timer_start()
168 regmap_read(priv->regmap, TIM_CCER, &ccer); in stm32_timer_stop()
172 regmap_read(priv->regmap, TIM_CR1, &cr1); in stm32_timer_stop()
218 regmap_read(priv->regmap, TIM_CR1, &cr1); in stm32_tt_read_frequency()
219 regmap_read(priv->regmap, TIM_PSC, &psc); in stm32_tt_read_frequency()
220 regmap_read(priv->regmap, TIM_ARR, &arr); in stm32_tt_read_frequency()
266 regmap_read(priv->regmap, TIM_CR2, &cr2); in stm32_tt_show_master_mode()
409 regmap_read(priv->regmap, TIM_CNT, &dat); in stm32_counter_read_raw()
414 regmap_read(priv->regmap, TIM_CR1, &dat); in stm32_counter_read_raw()
419 regmap_read(priv->regmap, TIM_SMCR, &dat); in stm32_counter_read_raw()
452 regmap_read(priv->regmap, TIM_CR1, &dat); in stm32_counter_write_raw()
458 regmap_read(priv->regmap, TIM_CR1, &dat); in stm32_counter_write_raw()
521 regmap_read(priv->regmap, TIM_SMCR, &smcr); in stm32_get_trigger_mode()
568 regmap_read(priv->regmap, TIM_CR1, &val); in stm32_set_enable_mode()
598 regmap_read(priv->regmap, TIM_SMCR, &smcr); in stm32_get_enable_mode()
635 regmap_read(priv->regmap, TIM_SMCR, &smcr); in stm32_get_quadrature_mode()
664 regmap_read(priv->regmap, TIM_SMCR, &val); in stm32_set_count_direction()
679 regmap_read(priv->regmap, TIM_CR1, &cr1); in stm32_get_count_direction()
699 regmap_read(priv->regmap, TIM_ARR, &arr); in stm32_count_get_preset()
799 regmap_read(priv->regmap, TIM_CR2, &val); in stm32_timer_detect_trgo2()