Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/intel/soc/stratix10/include/
Ds10_clock_manager.h23 #define ALT_CLKMGR_STAT_MAINPLLLOCKED(x) (((x) & 0x00000100) >> 8) macro
/external/arm-trusted-firmware/plat/intel/soc/stratix10/soc/
Ds10_clock_manager.c25 } while ((ALT_CLKMGR_STAT_MAINPLLLOCKED(data) == 0) || in wait_pll_lock()