HomeSort by relevance Sort by last modified time
    Searched refs:PLL_ENET (Results 1 - 3 of 3) sorted by null

  /external/u-boot/arch/arm/include/asm/arch-mx7/
clock.h 46 PLL_ENET, /* Enet PLL */
  /external/u-boot/arch/arm/mach-imx/mx7/
clock.c 143 case PLL_ENET:
144 reg = readl(&ccm_anatop->pll_enet);
299 freq = decode_pll(PLL_ENET, MXC_HCLK);
300 reg = readl(&ccm_anatop->pll_enet);
332 printf("Error derived pll_enet clock %d\n", derive);
366 case PLL_ENET:
407 return mxc_get_pll_derive(PLL_ENET, root_src);
743 reg = readl(&ccm_anatop->pll_enet);
744 /* If pll_enet powered up, no need to set it again */
747 writel(reg, &ccm_anatop->pll_enet);
    [all...]
  /external/u-boot/arch/arm/mach-imx/mx6/
clock.c 19 PLL_ENET, /* ENET PLL */
231 case PLL_ENET:
916 reg = readl(&anatop->pll_enet);
934 writel(reg, &anatop->pll_enet);
936 if (readl(&anatop->pll_enet) & BM_ANADIG_PLL_ENET_LOCK)
949 writel(reg, &anatop->pll_enet);
1291 freq = decode_pll(PLL_ENET, MXC_HCLK);
    [all...]

Completed in 2865 milliseconds