Home
last modified time | relevance | path

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

/external/u-boot/board/freescale/s32v234evb/
Dclock.c128 writel(DFS_CTRL_DLL_RESET, DFS_CTRL(pll)); in program_pll()
145 writel(readl(DFS_CTRL(pll)) & ~DFS_CTRL_DLL_RESET, in program_pll()
146 DFS_CTRL(pll)); in program_pll()
/external/u-boot/arch/arm/include/asm/arch-s32v234/
Dmc_cgm_regs.h137 #define DFS_CTRL(pll) (DFS0_BASE_ADDR + 0x00000018 + ((pll) * 0x80)) macro