Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/clk/
H A Dclk_stm32f.c40 #define RCC_CFGR_APB2_PSC_MASK GENMASK(15, 13) macro
358 (readl(&regs->cfgr) & RCC_CFGR_APB2_PSC_MASK) in stm32_get_apb_shift()