Home
last modified time | relevance | path

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

/linux/include/linux/mfd/
H A Dstm32-lptimer.h52 #define STM32_LPTIM_ENC BIT(24) macro
/linux/drivers/counter/
H A Dstm32-lptimer-cnt.c101 u32 mask = STM32_LPTIM_ENC | STM32_LPTIM_COUNTMODE | in stm32_lptim_setup()
107 val = enable ? STM32_LPTIM_ENC : 0; in stm32_lptim_setup()