Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-mmp/
Ddevices.c137 u2o_clear(base, UTMI_PLL, UTMI_PLL_PLLVDD18_MASK in usb_phy_init_internal()
142 u2o_set(base, UTMI_PLL, 0xee<<UTMI_PLL_FBDIV_SHIFT in usb_phy_init_internal()
170 u2o_set(base, UTMI_PLL, VCOCAL_START); in usb_phy_init_internal()
172 u2o_clear(base, UTMI_PLL, VCOCAL_START); in usb_phy_init_internal()
183 while ((u2o_get(base, UTMI_PLL) & PLL_READY) == 0) { in usb_phy_init_internal()
188 u2o_get(base, UTMI_PLL)); in usb_phy_init_internal()
Dregs-usb.h38 #define UTMI_PLL 0x8 macro