Searched refs:FPLL_STEP_LIMIT_FOR_ADJUST_SET (Results 1 – 2 of 2) sorted by relevance
220 #define FPLL_STEP_LIMIT_FOR_ADJUST_SET 0x100 //step limit when adjusting SET macro1350 while(abs(u32OrigLPLL - u32CurrentLockLPLL) > FPLL_STEP_LIMIT_FOR_ADJUST_SET) in MDrv_SC_set_fpll()1354 u32CurrentLockLPLL -= FPLL_STEP_LIMIT_FOR_ADJUST_SET; in MDrv_SC_set_fpll()1358 u32CurrentLockLPLL += FPLL_STEP_LIMIT_FOR_ADJUST_SET; in MDrv_SC_set_fpll()
220 #define FPLL_STEP_LIMIT_FOR_ADJUST_SET 0x100 //step limit when adjusting SET1348 while(abs(u32OrigLPLL - u32CurrentLockLPLL) > FPLL_STEP_LIMIT_FOR_ADJUST_SET)1352 u32CurrentLockLPLL -= FPLL_STEP_LIMIT_FOR_ADJUST_SET;1356 u32CurrentLockLPLL += FPLL_STEP_LIMIT_FOR_ADJUST_SET;