Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_display.c1348 MS_U32 u32CurrentLockLPLL = MDrv_Read4Byte(L_BK_LPLL(0x28)); in MDrv_SC_set_fpll() local
1349 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()
H A Dmdrv_sc_display.c.01346 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);