Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/rockchip/rk3399/drivers/m0/src/
Ddram.c43 mmio_write_32(CRU_BASE + CRU_DPLL_CON3, PLL_MODE(PLL_SLOW_MODE)); in ddr_set_pll()
45 mmio_write_32(CRU_BASE + CRU_DPLL_CON3, PLL_POWER_DOWN(1)); in ddr_set_pll()
50 mmio_write_32(CRU_BASE + CRU_DPLL_CON3, PLL_POWER_DOWN(0)); in ddr_set_pll()
55 mmio_write_32(CRU_BASE + CRU_DPLL_CON3, PLL_MODE(PLL_NORMAL_MODE)); in ddr_set_pll()
/external/arm-trusted-firmware/plat/rockchip/rk3399/include/shared/
Dmisc_regs.h14 #define CRU_DPLL_CON3 0x4c macro