Home
last modified time | relevance | path

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

/u-boot/drivers/phy/
A Dphy-stm32-usbphyc.c25 #define STM32_USBPHYC_PLL 0x0 macro
119 writel(usbphyc_pll, usbphyc->base + STM32_USBPHYC_PLL); in stm32_usbphyc_pll_init()
155 bool pllen = readl(usbphyc->base + STM32_USBPHYC_PLL) & PLLEN ? in stm32_usbphyc_phy_init()
177 clrbits_le32(usbphyc->base + STM32_USBPHYC_PLL, PLLEN); in stm32_usbphyc_phy_init()
185 setbits_le32(usbphyc->base + STM32_USBPHYC_PLL, PLLEN); in stm32_usbphyc_phy_init()
190 if (!(readl(usbphyc->base + STM32_USBPHYC_PLL) & PLLEN)) in stm32_usbphyc_phy_init()
212 clrbits_le32(usbphyc->base + STM32_USBPHYC_PLL, PLLEN); in stm32_usbphyc_phy_exit()
220 if (readl(usbphyc->base + STM32_USBPHYC_PLL) & PLLEN) in stm32_usbphyc_phy_exit()

Completed in 2 milliseconds