agc2_th          1396 drivers/media/dvb-frontends/stv0900_sw.c 	u32 agc2_th,
agc2_th          1402 drivers/media/dvb-frontends/stv0900_sw.c 		agc2_th = 0x2e00;
agc2_th          1404 drivers/media/dvb-frontends/stv0900_sw.c 		agc2_th = 0x1f00;
agc2_th          1478 drivers/media/dvb-frontends/stv0900_sw.c 				(agc2_integr < agc2_th) &&
agc2_th          1592 drivers/media/dvb-frontends/stv0900_sw.c 		agc2_th;
agc2_th          1614 drivers/media/dvb-frontends/stv0900_sw.c 		agc2_th = STV0900_BLIND_SEARCH_AGC2_TH;
agc2_th          1616 drivers/media/dvb-frontends/stv0900_sw.c 		agc2_th = STV0900_BLIND_SEARCH_AGC2_TH_CUT30;
agc2_th          1620 drivers/media/dvb-frontends/stv0900_sw.c 	dprintk("%s agc2_int=%d agc2_th=%d \n", __func__, agc2_int, agc2_th);
agc2_th          1621 drivers/media/dvb-frontends/stv0900_sw.c 	if (agc2_int > agc2_th)