STM32_LPTIM_CMP    66 drivers/counter/stm32-lptimer-cnt.c 	ret = regmap_write(priv->regmap, STM32_LPTIM_CMP, 0);
STM32_LPTIM_CMP   124 drivers/pwm/pwm-stm32-lp.c 	ret = regmap_write(priv->regmap, STM32_LPTIM_CMP, prd - (1 + dty));
STM32_LPTIM_CMP   184 drivers/pwm/pwm-stm32-lp.c 	regmap_read(priv->regmap, STM32_LPTIM_CMP, &val);