Searched refs:u32CurrentLockLPLL (Results 1 – 2 of 2) sorted by relevance
1348 MS_U32 u32CurrentLockLPLL = MDrv_Read4Byte(L_BK_LPLL(0x28)); in MDrv_SC_set_fpll() local1349 MDrv_Write3Byte(L_BK_LPLL(0x0F), u32CurrentLockLPLL); in MDrv_SC_set_fpll()1350 while(abs(u32OrigLPLL - u32CurrentLockLPLL) > FPLL_STEP_LIMIT_FOR_ADJUST_SET) in MDrv_SC_set_fpll()1352 if(u32CurrentLockLPLL > u32OrigLPLL) 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()1361 MDrv_Write3Byte(L_BK_LPLL(0x0F), u32CurrentLockLPLL); in MDrv_SC_set_fpll()
1346 MS_U32 u32CurrentLockLPLL = MDrv_Read4Byte(L_BK_LPLL(0x28));1347 MDrv_Write3Byte(L_BK_LPLL(0x0F), u32CurrentLockLPLL);1348 while(abs(u32OrigLPLL - u32CurrentLockLPLL) > FPLL_STEP_LIMIT_FOR_ADJUST_SET)1350 if(u32CurrentLockLPLL > u32OrigLPLL)1352 u32CurrentLockLPLL -= FPLL_STEP_LIMIT_FOR_ADJUST_SET;1356 u32CurrentLockLPLL += FPLL_STEP_LIMIT_FOR_ADJUST_SET;1359 MDrv_Write3Byte(L_BK_LPLL(0x0F), u32CurrentLockLPLL);