Searched refs:PLL_MODE (Results 1 – 2 of 2) sorted by relevance
43 mmio_write_32(CRU_BASE + CRU_DPLL_CON3, PLL_MODE(PLL_SLOW_MODE)); in ddr_set_pll()55 mmio_write_32(CRU_BASE + CRU_DPLL_CON3, PLL_MODE(PLL_NORMAL_MODE)); in ddr_set_pll()
21 #define PLL_MODE(n) ((0x3 << (8 + 16)) | ((n) << 8)) macro