Lines Matching refs:regmap_read
65 regmap_read(priv->regmap, TIM_CNT, &cnt); in stm32_count_read()
77 regmap_read(priv->regmap, TIM_ARR, &ceiling); in stm32_count_write()
91 regmap_read(priv->regmap, TIM_SMCR, &smcr); in stm32_count_function_read()
142 regmap_read(priv->regmap, TIM_CR1, &cr1); in stm32_count_function_write()
164 regmap_read(priv->regmap, TIM_CR1, &cr1); in stm32_count_direction_read()
177 regmap_read(priv->regmap, TIM_ARR, &arr); in stm32_count_ceiling_read()
205 regmap_read(priv->regmap, TIM_CR1, &cr1); in stm32_count_enable_read()
219 regmap_read(priv->regmap, TIM_CR1, &cr1); in stm32_count_enable_write()
226 regmap_read(priv->regmap, TIM_CR1, &cr1); in stm32_count_enable_write()
244 regmap_read(priv->regmap, TIM_PSC, &psc); in stm32_count_prescaler_read()
277 regmap_read(priv->regmap, TIM_CCR1, &ccrx); in stm32_count_cap_read()
280 regmap_read(priv->regmap, TIM_CCR2, &ccrx); in stm32_count_cap_read()
283 regmap_read(priv->regmap, TIM_CCR3, &ccrx); in stm32_count_cap_read()
286 regmap_read(priv->regmap, TIM_CCR4, &ccrx); in stm32_count_cap_read()
441 regmap_read(priv->regmap, cc->ccmr_reg, &ccmr); in stm32_count_capture_configure()
442 regmap_read(priv->regmap, TIM_CCER, &ccer); in stm32_count_capture_configure()
619 regmap_read(priv->regmap, TIM_SR, &sr); in stm32_timer_cnt_isr()
620 regmap_read(priv->regmap, TIM_DIER, &dier); in stm32_timer_cnt_isr()
657 regmap_read(priv->regmap, TIM_CCER, &ccer_backup); in stm32_timer_cnt_detect_channels()
659 regmap_read(priv->regmap, TIM_CCER, &ccer); in stm32_timer_cnt_detect_channels()
796 regmap_read(priv->regmap, TIM_SMCR, &priv->bak.smcr); in stm32_timer_cnt_suspend()
797 regmap_read(priv->regmap, TIM_ARR, &priv->bak.arr); in stm32_timer_cnt_suspend()
798 regmap_read(priv->regmap, TIM_CNT, &priv->bak.cnt); in stm32_timer_cnt_suspend()
799 regmap_read(priv->regmap, TIM_CR1, &priv->bak.cr1); in stm32_timer_cnt_suspend()