Home
last modified time | relevance | path

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

/openbmc/u-boot/board/freescale/s32v234evb/
H A Dclock.c147 writel(readl(DFS_PORTRESET(pll)) & in program_pll()
149 DFS_PORTRESET(pll)); in program_pll()
/openbmc/u-boot/arch/arm/include/asm/arch-s32v234/
H A Dmc_cgm_regs.h144 #define DFS_PORTRESET(pll) (DFS0_BASE_ADDR + 0x00000014 + ((pll) * 0x80)) macro