Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_display.c220 #define FPLL_STEP_LIMIT_FOR_ADJUST_SET 0x100 //step limit when adjusting SET macro
1350 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()
H A Dmdrv_sc_display.c.0220 #define FPLL_STEP_LIMIT_FOR_ADJUST_SET 0x100 //step limit when adjusting SET
1348 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;