Lines Matching refs:regmap_read
65 regmap_read(priv->regmap, TIM_CNT, &cnt); in stm32_count_read()
90 regmap_read(priv->regmap, TIM_SMCR, &smcr); in stm32_count_function_get()
130 regmap_read(priv->regmap, TIM_CR1, &cr1); in stm32_count_function_set()
157 regmap_read(priv->regmap, TIM_CR1, &cr1); in stm32_count_direction_read()
170 regmap_read(priv->regmap, TIM_ARR, &arr); in stm32_count_ceiling_read()
203 regmap_read(priv->regmap, TIM_CR1, &cr1); in stm32_count_enable_read()
223 regmap_read(priv->regmap, TIM_CR1, &cr1); in stm32_count_enable_write()
230 regmap_read(priv->regmap, TIM_CR1, &cr1); in stm32_count_enable_write()
386 regmap_read(priv->regmap, TIM_SMCR, &priv->bak.smcr); in stm32_timer_cnt_suspend()
387 regmap_read(priv->regmap, TIM_ARR, &priv->bak.arr); in stm32_timer_cnt_suspend()
388 regmap_read(priv->regmap, TIM_CNT, &priv->bak.cnt); in stm32_timer_cnt_suspend()
389 regmap_read(priv->regmap, TIM_CR1, &priv->bak.cr1); in stm32_timer_cnt_suspend()