Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/renesas/rza/cpg/
H A Dcpg.c436 } while ((val & (PLL6_MON_PLL6_RESETB | PLL6_MON_PLL6_LOCK)) != 0); in cpg_pll_setup()
455 } while ((val & (PLL6_MON_PLL6_RESETB | PLL6_MON_PLL6_LOCK)) == 0); in cpg_pll_setup()
H A Dcpg_regs.h372 #define PLL6_MON_PLL6_RESETB BIT(0) macro