Lines Matching refs:regmap_read
53 regmap_read(priv->regmap, TIM_CNT, &cnt); in stm32_count_read()
65 regmap_read(priv->regmap, TIM_ARR, &ceiling); in stm32_count_write()
79 regmap_read(priv->regmap, TIM_SMCR, &smcr); in stm32_count_function_read()
124 regmap_read(priv->regmap, TIM_CR1, &cr1); in stm32_count_function_write()
146 regmap_read(priv->regmap, TIM_CR1, &cr1); in stm32_count_direction_read()
159 regmap_read(priv->regmap, TIM_ARR, &arr); in stm32_count_ceiling_read()
187 regmap_read(priv->regmap, TIM_CR1, &cr1); in stm32_count_enable_read()
201 regmap_read(priv->regmap, TIM_CR1, &cr1); in stm32_count_enable_write()
208 regmap_read(priv->regmap, TIM_CR1, &cr1); in stm32_count_enable_write()
354 regmap_read(priv->regmap, TIM_SMCR, &priv->bak.smcr); in stm32_timer_cnt_suspend()
355 regmap_read(priv->regmap, TIM_ARR, &priv->bak.arr); in stm32_timer_cnt_suspend()
356 regmap_read(priv->regmap, TIM_CNT, &priv->bak.cnt); in stm32_timer_cnt_suspend()
357 regmap_read(priv->regmap, TIM_CR1, &priv->bak.cr1); in stm32_timer_cnt_suspend()