STM32_LPTIM_PRESC   97 drivers/counter/stm32-lptimer-cnt.c 		   STM32_LPTIM_CKPOL | STM32_LPTIM_PRESC;
STM32_LPTIM_PRESC   94 drivers/pwm/pwm-stm32-lp.c 	if ((FIELD_GET(STM32_LPTIM_PRESC, cfgr) != presc) ||
STM32_LPTIM_PRESC   96 drivers/pwm/pwm-stm32-lp.c 		val = FIELD_PREP(STM32_LPTIM_PRESC, presc);
STM32_LPTIM_PRESC   98 drivers/pwm/pwm-stm32-lp.c 		mask = STM32_LPTIM_PRESC | STM32_LPTIM_WAVPOL;
STM32_LPTIM_PRESC  176 drivers/pwm/pwm-stm32-lp.c 	presc = FIELD_GET(STM32_LPTIM_PRESC, val);