Home | History | Annotate | Download | only in ic

Lines Matching defs:nf_ext

1857 ar5008_read_noisefloor(struct athn_softc *sc, int16_t *nf, int16_t *nf_ext)
1874 nf_ext[i] = MS(reg, AR9280_PHY_EXT_MINCCA_PWR);
1876 nf_ext[i] = MS(reg, AR_PHY_EXT_MINCCA_PWR);
1877 nf_ext[i] = SIGN_EXT(nf_ext[i]);
1885 ar5008_write_noisefloor(struct athn_softc *sc, int16_t *nf, int16_t *nf_ext)
1896 reg = RW(reg, AR_PHY_EXT_MAXCCA_PWR, nf_ext[i]);
1907 int16_t nf[AR_MAX_CHAINS], nf_ext[AR_MAX_CHAINS];
1915 ar5008_read_noisefloor(sc, nf, nf_ext);
1920 sc->sc_nf_hist[sc->sc_nf_hist_cur].nf_ext[i] = nf_ext[i];
1931 int16_t nf[AR_MAX_CHAINS], nf_ext[AR_MAX_CHAINS];
1937 nf_ext[i] = sc->sc_nf_ext_priv[i] * 2;
1939 ar5008_write_noisefloor(sc, nf, nf_ext);
1958 nf[i] = nf_ext[i] = -50 * 2;
1959 ar5008_write_noisefloor(sc, nf, nf_ext);