usbphyc_pll       118 drivers/phy/st/phy-stm32-usbphyc.c 	u32 usbphyc_pll;
usbphyc_pll       131 drivers/phy/st/phy-stm32-usbphyc.c 	usbphyc_pll = PLLDITHEN1 | PLLDITHEN0 | PLLSTRBYP | ndiv;
usbphyc_pll       134 drivers/phy/st/phy-stm32-usbphyc.c 		usbphyc_pll |= PLLFRACCTL | frac;
usbphyc_pll       136 drivers/phy/st/phy-stm32-usbphyc.c 	writel_relaxed(usbphyc_pll, usbphyc->base + STM32_USBPHYC_PLL);
usbphyc_pll       139 drivers/phy/st/phy-stm32-usbphyc.c 		clk_rate, FIELD_GET(PLLNDIV, usbphyc_pll),
usbphyc_pll       140 drivers/phy/st/phy-stm32-usbphyc.c 		FIELD_GET(PLLFRACIN, usbphyc_pll));