atw.c | 1717 uint16_t txpower, lpf_cutoff, lna_gs_thresh; local in function:atw_rf3000_tune 1721 lna_gs_thresh = sc->sc_srom[ATW_SR_LNA_GS_THRESH(chan)]; 1727 lna_gs_thresh &= 0xFF; 1731 lna_gs_thresh >>= 8; 1739 "lna_gs_thresh %02x\n", 1740 device_xname(sc->sc_dev), chan, txpower, lpf_cutoff, lna_gs_thresh)); 1751 if ((rc = atw_rf3000_write(sc, RF3000_HIGAINCAL, lna_gs_thresh)) != 0)
|