Searched refs:usbphyc_pll (Results 1 – 1 of 1) sorted by relevance
235 u32 usbphyc_pll; in stm32_usbphyc_pll_init() local248 usbphyc_pll = PLLDITHEN1 | PLLDITHEN0 | PLLSTRBYP | ndiv; in stm32_usbphyc_pll_init()251 usbphyc_pll |= PLLFRACCTL | frac; in stm32_usbphyc_pll_init()253 writel_relaxed(usbphyc_pll, usbphyc->base + STM32_USBPHYC_PLL); in stm32_usbphyc_pll_init()256 clk_rate, FIELD_GET(PLLNDIV, usbphyc_pll), in stm32_usbphyc_pll_init()257 FIELD_GET(PLLFRACIN, usbphyc_pll)); in stm32_usbphyc_pll_init()
Completed in 4 milliseconds