Lines Matching refs:pll_ctrl_base
88 void __iomem *pll_ctrl_base; member
138 val = ti_usb3_readl(phy->pll_ctrl_base, PLL_STATUS); in ti_usb3_dpll_wait_lock()
151 if (!phy->pll_ctrl_base) in ti_usb3_dpll_program()
158 val = ti_usb3_readl(phy->pll_ctrl_base, PLL_CONFIGURATION1); in ti_usb3_dpll_program()
161 ti_usb3_writel(phy->pll_ctrl_base, PLL_CONFIGURATION1, val); in ti_usb3_dpll_program()
163 val = ti_usb3_readl(phy->pll_ctrl_base, PLL_CONFIGURATION2); in ti_usb3_dpll_program()
166 ti_usb3_writel(phy->pll_ctrl_base, PLL_CONFIGURATION2, val); in ti_usb3_dpll_program()
168 val = ti_usb3_readl(phy->pll_ctrl_base, PLL_CONFIGURATION1); in ti_usb3_dpll_program()
171 ti_usb3_writel(phy->pll_ctrl_base, PLL_CONFIGURATION1, val); in ti_usb3_dpll_program()
173 val = ti_usb3_readl(phy->pll_ctrl_base, PLL_CONFIGURATION4); in ti_usb3_dpll_program()
176 ti_usb3_writel(phy->pll_ctrl_base, PLL_CONFIGURATION4, val); in ti_usb3_dpll_program()
178 val = ti_usb3_readl(phy->pll_ctrl_base, PLL_CONFIGURATION3); in ti_usb3_dpll_program()
181 ti_usb3_writel(phy->pll_ctrl_base, PLL_CONFIGURATION3, val); in ti_usb3_dpll_program()
183 ti_usb3_writel(phy->pll_ctrl_base, PLL_GO, SET_PLL_GO); in ti_usb3_dpll_program()
275 phy->pll_ctrl_base = dev->pll_ctrl_base; in ti_usb_phy_uboot_init()