Searched refs:pll_ctrl_base (Results 1 – 6 of 6) sorted by relevance
| /u-boot/arch/arm/mach-omap2/ |
| A D | pipe3-phy.c | 94 val = omap_pipe3_readl(phy->pll_ctrl_base, PLL_STATUS); in omap_pipe3_wait_lock() 118 val = omap_pipe3_readl(phy->pll_ctrl_base, PLL_CONFIGURATION1); in omap_pipe3_dpll_program() 121 omap_pipe3_writel(phy->pll_ctrl_base, PLL_CONFIGURATION1, val); in omap_pipe3_dpll_program() 123 val = omap_pipe3_readl(phy->pll_ctrl_base, PLL_CONFIGURATION2); in omap_pipe3_dpll_program() 126 omap_pipe3_writel(phy->pll_ctrl_base, PLL_CONFIGURATION2, val); in omap_pipe3_dpll_program() 128 val = omap_pipe3_readl(phy->pll_ctrl_base, PLL_CONFIGURATION1); in omap_pipe3_dpll_program() 131 omap_pipe3_writel(phy->pll_ctrl_base, PLL_CONFIGURATION1, val); in omap_pipe3_dpll_program() 143 omap_pipe3_writel(phy->pll_ctrl_base, PLL_GO, SET_PLL_GO); in omap_pipe3_dpll_program() 179 val = omap_pipe3_readl(phy->pll_ctrl_base, PLL_STATUS); in phy_pipe3_power_on() 189 omap_pipe3_writel(phy->pll_ctrl_base, in phy_pipe3_power_on() [all …]
|
| A D | pipe3-phy.h | 26 void __iomem *pll_ctrl_base; member
|
| A D | sata.c | 30 .pll_ctrl_base = (void __iomem *)TI_SATA_PLLCTRL_BASE,
|
| /u-boot/drivers/usb/dwc3/ |
| A D | ti_usb_phy.c | 91 void __iomem *pll_ctrl_base; member 141 val = ti_usb3_readl(phy->pll_ctrl_base, PLL_STATUS); in ti_usb3_dpll_wait_lock() 154 if (!phy->pll_ctrl_base) in ti_usb3_dpll_program() 161 val = ti_usb3_readl(phy->pll_ctrl_base, PLL_CONFIGURATION1); in ti_usb3_dpll_program() 164 ti_usb3_writel(phy->pll_ctrl_base, PLL_CONFIGURATION1, val); in ti_usb3_dpll_program() 166 val = ti_usb3_readl(phy->pll_ctrl_base, PLL_CONFIGURATION2); in ti_usb3_dpll_program() 169 ti_usb3_writel(phy->pll_ctrl_base, PLL_CONFIGURATION2, val); in ti_usb3_dpll_program() 171 val = ti_usb3_readl(phy->pll_ctrl_base, PLL_CONFIGURATION1); in ti_usb3_dpll_program() 174 ti_usb3_writel(phy->pll_ctrl_base, PLL_CONFIGURATION1, val); in ti_usb3_dpll_program() 186 ti_usb3_writel(phy->pll_ctrl_base, PLL_GO, SET_PLL_GO); in ti_usb3_dpll_program() [all …]
|
| /u-boot/drivers/phy/ |
| A D | ti-pipe3-phy.c | 143 void __iomem *pll_ctrl_base; member 207 val = omap_pipe3_readl(pipe3->pll_ctrl_base, PLL_STATUS); in omap_pipe3_wait_lock() 231 val = omap_pipe3_readl(pipe3->pll_ctrl_base, PLL_CONFIGURATION1); in omap_pipe3_dpll_program() 234 omap_pipe3_writel(pipe3->pll_ctrl_base, PLL_CONFIGURATION1, val); in omap_pipe3_dpll_program() 256 omap_pipe3_writel(pipe3->pll_ctrl_base, PLL_GO, SET_PLL_GO); in omap_pipe3_dpll_program() 349 val = omap_pipe3_readl(pipe3->pll_ctrl_base, PLL_STATUS); in pipe3_init() 358 val = omap_pipe3_readl(pipe3->pll_ctrl_base, in pipe3_init() 362 omap_pipe3_writel(pipe3->pll_ctrl_base, in pipe3_init() 408 val = omap_pipe3_readl(pipe3->pll_ctrl_base, PLL_STATUS); in pipe3_exit() 493 pipe3->pll_ctrl_base = map_physmem(addr, sz, MAP_NOCACHE); in pipe3_phy_probe() [all …]
|
| /u-boot/include/ |
| A D | ti-usb-phy-uboot.h | 13 void *pll_ctrl_base; member
|
Completed in 14 milliseconds