Searched refs:ti_usb3_writel (Results 1 – 1 of 1) sorted by relevance
/u-boot/drivers/usb/dwc3/ |
A D | ti_usb_phy.c | 114 static inline void ti_usb3_writel(void __iomem *base, u32 offset, u32 value) in ti_usb3_writel() function 164 ti_usb3_writel(phy->pll_ctrl_base, PLL_CONFIGURATION1, val); in ti_usb3_dpll_program() 169 ti_usb3_writel(phy->pll_ctrl_base, PLL_CONFIGURATION2, val); in ti_usb3_dpll_program() 174 ti_usb3_writel(phy->pll_ctrl_base, PLL_CONFIGURATION1, val); in ti_usb3_dpll_program() 179 ti_usb3_writel(phy->pll_ctrl_base, PLL_CONFIGURATION4, val); in ti_usb3_dpll_program() 184 ti_usb3_writel(phy->pll_ctrl_base, PLL_CONFIGURATION3, val); in ti_usb3_dpll_program() 186 ti_usb3_writel(phy->pll_ctrl_base, PLL_GO, SET_PLL_GO); in ti_usb3_dpll_program()
|
Completed in 3 milliseconds