Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/rockchip/rk3368/drivers/soc/
H A Dsoc.c132 mmio_write_32(CRU_BASE + PLL_CONS((pll_id), 3), PLL_SLOW_BITS); in plls_suspend()
191 mmio_write_32(CRU_BASE + PLL_CONS((GPLL_ID), 3), PLL_SLOW_BITS); in rockchip_soc_soft_reset()
192 mmio_write_32(CRU_BASE + PLL_CONS((CPLL_ID), 3), PLL_SLOW_BITS); in rockchip_soc_soft_reset()
193 mmio_write_32(CRU_BASE + PLL_CONS((NPLL_ID), 3), PLL_SLOW_BITS); in rockchip_soc_soft_reset()
194 mmio_write_32(CRU_BASE + PLL_CONS((ABPLL_ID), 3), PLL_SLOW_BITS); in rockchip_soc_soft_reset()
195 mmio_write_32(CRU_BASE + PLL_CONS((ALPLL_ID), 3), PLL_SLOW_BITS); in rockchip_soc_soft_reset()
H A Dsoc.h115 #define PLL_SLOW_BITS REG_WMSK_BITS(PLL_SLOW, 8, 0x3) macro