Home
last modified time | relevance | path

Searched refs:CCM_ANALOG_PLL_ENET_BYPASS_MASK (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/arm/mach-imx/mx7/
H A Dclock.c149 if (reg & CCM_ANALOG_PLL_ENET_BYPASS_MASK) in decode_pll()
762 writel(CCM_ANALOG_PLL_ENET_BYPASS_MASK, &ccm_anatop->pll_enet_clr); in enable_pll_enet()
/openbmc/u-boot/arch/arm/include/asm/arch-mx7/
H A Dcrm_regs.h448 #define CCM_ANALOG_PLL_ENET_BYPASS_MASK 0x10000 macro