Lines Matching refs:regmap_read
52 regmap_read(priv->regmap, TIM_CNT, &cnt); in stm32_count_read()
64 regmap_read(priv->regmap, TIM_ARR, &ceiling); in stm32_count_write()
78 regmap_read(priv->regmap, TIM_SMCR, &smcr); in stm32_count_function_read()
123 regmap_read(priv->regmap, TIM_CR1, &cr1); in stm32_count_function_write()
145 regmap_read(priv->regmap, TIM_CR1, &cr1); in stm32_count_direction_read()
158 regmap_read(priv->regmap, TIM_ARR, &arr); in stm32_count_ceiling_read()
186 regmap_read(priv->regmap, TIM_CR1, &cr1); in stm32_count_enable_read()
200 regmap_read(priv->regmap, TIM_CR1, &cr1); in stm32_count_enable_write()
207 regmap_read(priv->regmap, TIM_CR1, &cr1); in stm32_count_enable_write()
360 regmap_read(priv->regmap, TIM_SMCR, &priv->bak.smcr); in stm32_timer_cnt_suspend()
361 regmap_read(priv->regmap, TIM_ARR, &priv->bak.arr); in stm32_timer_cnt_suspend()
362 regmap_read(priv->regmap, TIM_CNT, &priv->bak.cnt); in stm32_timer_cnt_suspend()
363 regmap_read(priv->regmap, TIM_CR1, &priv->bak.cr1); in stm32_timer_cnt_suspend()