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

  /src/sys/dev/ic/
arn5008.c 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]; local in function:ar5008_get_noisefloor
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]; local in function:ar5008_bb_load_noisefloor
    [all...]
arn9003.c 2030 ar9003_read_noisefloor(struct athn_softc *sc, int16_t *nf, int16_t *nf_ext)
2043 nf_ext[i] = MS(reg, AR_PHY_EXT_MINCCA_PWR);
2044 nf_ext[i] = SIGN_EXT(nf_ext[i]);
2052 ar9003_write_noisefloor(struct athn_softc *sc, int16_t *nf, int16_t *nf_ext)
2063 reg = RW(reg, AR_PHY_EXT_MAXCCA_PWR, nf_ext[i]);
2074 int16_t nf[AR_MAX_CHAINS], nf_ext[AR_MAX_CHAINS]; local in function:ar9003_get_noisefloor
2083 ar9003_read_noisefloor(sc, nf, nf_ext);
2099 if (nf_ext[i] < cca_min)
2100 nf_ext[i] = cca_min
2116 int16_t nf[AR_MAX_CHAINS], nf_ext[AR_MAX_CHAINS]; local in function:ar9003_bb_load_noisefloor
    [all...]
athnvar.h 590 int16_t nf_ext[AR_MAX_CHAINS]; member in struct:athn_softc::__anon183db8ce0108
  /src/sys/dev/usb/
if_otusreg.h 368 uint32_t nf_ext[3]; /* Noisefloor ext. */ member in struct:ar_rsp_frequency

Completed in 17 milliseconds