Home
last modified time | relevance | path

Searched refs:CLKMGR_STAT_PERPLLLOCKED (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/plat/intel/soc/agilex5/include/
H A Dagilex5_clock_manager.h28 #define CLKMGR_STAT_PERPLLLOCKED BIT(16) macro
34 CLKMGR_STAT_PERPLLLOCKED)
/rk3399_ARM-atf/plat/intel/soc/agilex/include/
H A Dagilex_clock_manager.h82 #define CLKMGR_STAT_PERPLLLOCKED(x) (((x) & 0x00010000) >> 16) macro
/rk3399_ARM-atf/plat/intel/soc/agilex/soc/
H A Dagilex_clock_manager.c30 (CLKMGR_STAT_PERPLLLOCKED(data) == 0)); in wait_pll_lock()