Searched refs:DFS_PORTSR (Results 1 – 2 of 2) sorted by relevance
142 #define DFS_PORTSR(pll) (DFS0_BASE_ADDR + 0x0000000C +((pll) * 0x80)) macro
150 while ((readl(DFS_PORTSR(pll)) & dfs_on) != dfs_on) ; in program_pll()