Home
last modified time | relevance | path

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

/linux/include/linux/mfd/
H A Dstm32-lptimer.h18 #define STM32_LPTIM_CFGR 0x0C /* Configuration Reg */ macro
/linux/drivers/counter/
H A Dstm32-lptimer-cnt.c112 return regmap_update_bits(priv->regmap, STM32_LPTIM_CFGR, mask, val); in stm32_lptim_setup()