Home
last modified time | relevance | path

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

/linux/drivers/mfd/
H A Dstm32-lptimer.c34 STM32_LPTIM_ENC, STM32_LPTIM_ENC); in stm32_lptimer_detect_encoder()
43 STM32_LPTIM_ENC, 0); in stm32_lptimer_detect_encoder()
47 ddata->has_encoder = !!(val & STM32_LPTIM_ENC); in stm32_lptimer_detect_encoder()
/linux/include/linux/mfd/
H A Dstm32-lptimer.h42 #define STM32_LPTIM_ENC BIT(24) macro
/linux/drivers/counter/
H A Dstm32-lptimer-cnt.c96 u32 mask = STM32_LPTIM_ENC | STM32_LPTIM_COUNTMODE | in stm32_lptim_setup()
102 val = enable ? STM32_LPTIM_ENC : 0; in stm32_lptim_setup()