Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/mfd/
Dstm32-lptimer.h25 #define STM32_LPTIM_CMPOK_ARROK GENMASK(4, 3) macro
/kernel/linux/linux-5.10/drivers/counter/
Dstm32-lptimer-cnt.c72 (val & STM32_LPTIM_CMPOK_ARROK) == STM32_LPTIM_CMPOK_ARROK, in stm32_lptim_set_enable_state()
/kernel/linux/linux-5.10/drivers/pwm/
Dpwm-stm32-lp.c130 (val & STM32_LPTIM_CMPOK_ARROK), in stm32_pwm_lp_apply()