HomeSort by: relevance | last modified time | path
    Searched defs:lna_gs_thresh (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
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)
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)

Completed in 27 milliseconds