Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/pq/hal/manhattan/pq/
H A Dmhal_pq_adaptive.c10789 static int FlashSCnt = 0; in parameterControl() local
10800 FlashSCnt = (FlashSCnt > 20) ? 20 : (FlashSCnt+FlashInc ); in parameterControl()
10804 FlashSCnt = (FlashSCnt == 0) ? 0 : (FlashSCnt+FlashInc ); in parameterControl()
10815 else if (frm_Edg > STR_THR_1 || (FlashSCnt >= 10 ) ) in parameterControl()
10851 if (FlashSCnt >= 10) in parameterControl()