Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/renesas/rza/cpg/
H A Dcpg.c427 } while ((val & (PLL4_MON_PLL4_RESETB | PLL4_MON_PLL4_LOCK)) != 0); in cpg_pll_setup()
449 } while ((val & (PLL4_MON_PLL4_RESETB | PLL4_MON_PLL4_LOCK)) == 0); in cpg_pll_setup()
H A Dcpg_regs.h352 #define PLL4_MON_PLL4_RESETB BIT(0) macro