Home
last modified time | relevance | path

Searched refs:RCC_FCALCOBS0CFGR_CKOBSDIV_SHIFT (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/include/drivers/
H A Dstm32mp21_rcc.h1713 #define RCC_FCALCOBS0CFGR_CKOBSDIV_SHIFT 22 macro
H A Dstm32mp25_rcc.h2262 #define RCC_FCALCOBS0CFGR_CKOBSDIV_SHIFT 22 macro
/optee_os/core/drivers/clk/
H A Dclk-stm32mp21.c1870 val |= SHIFT_U32(div, RCC_FCALCOBS0CFGR_CKOBSDIV_SHIFT); in stm32_clk_configure_obs()
H A Dclk-stm32mp25.c1874 val |= SHIFT_U32(div, RCC_FCALCOBS0CFGR_CKOBSDIV_SHIFT); in stm32_clk_configure_obs()