HomeSort by relevance Sort by last modified time
    Searched defs:pll_ctrl_base (Results 1 - 4 of 4) sorted by null

  /external/u-boot/include/
ti-usb-phy-uboot.h 13 void *pll_ctrl_base; member in struct:ti_usb_phy_device
  /external/u-boot/arch/arm/mach-omap2/
pipe3-phy.h 26 void __iomem *pll_ctrl_base; member in struct:omap_pipe3
  /external/u-boot/drivers/usb/dwc3/
ti_usb_phy.c 88 void __iomem *pll_ctrl_base; member in struct:ti_usb_phy
138 val = ti_usb3_readl(phy->pll_ctrl_base, PLL_STATUS);
151 if (!phy->pll_ctrl_base)
158 val = ti_usb3_readl(phy->pll_ctrl_base, PLL_CONFIGURATION1);
161 ti_usb3_writel(phy->pll_ctrl_base, PLL_CONFIGURATION1, val);
163 val = ti_usb3_readl(phy->pll_ctrl_base, PLL_CONFIGURATION2);
166 ti_usb3_writel(phy->pll_ctrl_base, PLL_CONFIGURATION2, val);
168 val = ti_usb3_readl(phy->pll_ctrl_base, PLL_CONFIGURATION1);
171 ti_usb3_writel(phy->pll_ctrl_base, PLL_CONFIGURATION1, val);
173 val = ti_usb3_readl(phy->pll_ctrl_base, PLL_CONFIGURATION4)
    [all...]
  /external/u-boot/drivers/phy/
ti-pipe3-phy.c 58 void __iomem *pll_ctrl_base; member in struct:omap_pipe3
114 val = omap_pipe3_readl(pipe3->pll_ctrl_base, PLL_STATUS);
138 val = omap_pipe3_readl(pipe3->pll_ctrl_base, PLL_CONFIGURATION1);
141 omap_pipe3_writel(pipe3->pll_ctrl_base, PLL_CONFIGURATION1, val);
143 val = omap_pipe3_readl(pipe3->pll_ctrl_base, PLL_CONFIGURATION2);
146 omap_pipe3_writel(pipe3->pll_ctrl_base, PLL_CONFIGURATION2, val);
148 val = omap_pipe3_readl(pipe3->pll_ctrl_base, PLL_CONFIGURATION1);
151 omap_pipe3_writel(pipe3->pll_ctrl_base, PLL_CONFIGURATION1, val);
153 val = omap_pipe3_readl(pipe3->pll_ctrl_base, PLL_CONFIGURATION4);
156 omap_pipe3_writel(pipe3->pll_ctrl_base, PLL_CONFIGURATION4, val)
    [all...]

Completed in 187 milliseconds