lna_gs_thresh    1809 dev/ic/atw.c   	u_int16_t txpower, lpf_cutoff, lna_gs_thresh;
lna_gs_thresh    1813 dev/ic/atw.c   	lna_gs_thresh = sc->sc_srom[ATW_SR_LNA_GS_THRESH(chan)];
lna_gs_thresh    1819 dev/ic/atw.c   		lna_gs_thresh &= 0xFF;
lna_gs_thresh    1823 dev/ic/atw.c   		lna_gs_thresh >>= 8;
lna_gs_thresh    1832 dev/ic/atw.c   	    sc->sc_dev.dv_xname, chan, txpower, lpf_cutoff, lna_gs_thresh));
lna_gs_thresh    1843 dev/ic/atw.c   	if ((rc = atw_rf3000_write(sc, RF3000_HIGAINCAL, lna_gs_thresh)) != 0)