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