Home
last modified time | relevance | path

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

/openbmc/linux/drivers/counter/
H A Dstm32-lptimer-cnt.c167 if (priv->polarity == STM32_LPTIM_CKPOL_BOTH_EDGES) { in stm32_lptim_cnt_function_read()
190 priv->polarity = STM32_LPTIM_CKPOL_BOTH_EDGES; in stm32_lptim_cnt_function_write()
302 case STM32_LPTIM_CKPOL_BOTH_EDGES: in stm32_lptim_cnt_action_read()
347 priv->polarity = STM32_LPTIM_CKPOL_BOTH_EDGES; in stm32_lptim_cnt_action_write()
/openbmc/linux/include/linux/mfd/
H A Dstm32-lptimer.h51 #define STM32_LPTIM_CKPOL_BOTH_EDGES 2 macro