Searched refs:bestblock_cnt_m2 (Results 1 – 4 of 4) sorted by relevance
3301 int bestblock_cnt_m2 = 0; in MDrv_SC_Auto_Detect_Blocking_Width_driver() local3306 … if((blkwidth_s_data[bin] > bestblock_cnt_m2)&&((bin > bestblock_rt1) || (bin < bestblock_lf1))) in MDrv_SC_Auto_Detect_Blocking_Width_driver()3308 bestblock_cnt_m2 = blkwidth_s_data[bin]; in MDrv_SC_Auto_Detect_Blocking_Width_driver()3336 else if((bestblock_idx2>=20)&&(bestblock_idx2<=22)&&(bestblock_cnt_m2>=5)) in MDrv_SC_Auto_Detect_Blocking_Width_driver()3349 …MS_BOOL condition1 = ((bestblock_cnt_m<<1) >= (bestblock_cnt_m2*3)) ? true : false; // m1 >= m2… in MDrv_SC_Auto_Detect_Blocking_Width_driver()3350 …MS_BOOL condition2 = ((bestblock_cnt_m ) >= (bestblock_cnt_m2<<1)) ? true : false; // m1 >= m3… in MDrv_SC_Auto_Detect_Blocking_Width_driver()