Lines Matching refs:regmap_read
66 regmap_read(priv->regmap, TIM_CNT, &cnt); in stm32_count_read()
79 regmap_read(priv->regmap, TIM_ARR, &ceiling); in stm32_count_write()
93 regmap_read(priv->regmap, TIM_SMCR, &smcr); in stm32_count_function_get()
138 regmap_read(priv->regmap, TIM_CR1, &cr1); in stm32_count_function_set()
161 regmap_read(priv->regmap, TIM_CR1, &cr1); in stm32_count_direction_read()
174 regmap_read(priv->regmap, TIM_ARR, &arr); in stm32_count_ceiling_read()
209 regmap_read(priv->regmap, TIM_CR1, &cr1); in stm32_count_enable_read()
229 regmap_read(priv->regmap, TIM_CR1, &cr1); in stm32_count_enable_write()
236 regmap_read(priv->regmap, TIM_CR1, &cr1); in stm32_count_enable_write()
397 regmap_read(priv->regmap, TIM_SMCR, &priv->bak.smcr); in stm32_timer_cnt_suspend()
398 regmap_read(priv->regmap, TIM_ARR, &priv->bak.arr); in stm32_timer_cnt_suspend()
399 regmap_read(priv->regmap, TIM_CNT, &priv->bak.cnt); in stm32_timer_cnt_suspend()
400 regmap_read(priv->regmap, TIM_CR1, &priv->bak.cr1); in stm32_timer_cnt_suspend()