Searched refs:DFS_CTRL (Results 1 – 2 of 2) sorted by relevance
128 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()
137 #define DFS_CTRL(pll) (DFS0_BASE_ADDR + 0x00000018 + ((pll) * 0x80)) macro
Completed in 4 milliseconds