Home
last modified time | relevance | path

Searched refs:ccrx (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/counter/
H A Dstm32-timer-cnt.c270 u32 ccrx; in stm32_count_cap_read() local
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()
292 dev_dbg(counter->parent, "CCR%zu: 0x%08x\n", ch + 1, ccrx); in stm32_count_cap_read()
294 *cap = ccrx; in stm32_count_cap_read()