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

  /src/sys/dev/ic/
arn9280.c 422 uint8_t fbin, pcdac, pwr, idx; local in function:ar9280_olpc_get_pdadcs
438 fbin = athn_chan2fbin(c);
439 athn_get_pier_ival(fbin, pierfreq, npiers, &lo, &hi);
453 "fbin=%d lo=%d hi=%d pwr=%d pcdac=%d txgain=%d\n",
454 fbin, lo, hi, pwr, pcdac, idx);
arn9285.c 714 uint8_t fbin; local in function:ar9285_get_pdadcs
722 fbin = athn_chan2fbin(c);
723 athn_get_pier_ival(fbin, pierfreq, npiers, &lo, &hi);
725 lopier.fbin = pierfreq[lo];
726 hipier.fbin = pierfreq[hi];
733 ar5008_get_pdadcs(sc, fbin, &lopier, &hipier, nxpdgains,
arn9287.c 272 uint8_t fbin; local in function:ar9287_get_pdadcs
281 fbin = athn_chan2fbin(c);
282 athn_get_pier_ival(fbin, pierfreq, npiers, &lo, &hi);
284 lopier.fbin = pierfreq[lo];
285 hipier.fbin = pierfreq[hi];
292 ar5008_get_pdadcs(sc, fbin, &lopier, &hipier, nxpdgains,
313 uint8_t fbin; local in function:ar9287_olpc_get_pdgain
322 fbin = athn_chan2fbin(c);
323 athn_get_pier_ival(fbin, pierfreq, npiers, &lo, &hi);
325 *pwr = athn_interpolate(fbin,
    [all...]
arn9380.c 837 uint8_t fbin; local in function:ar9380_get_correction
851 fbin = athn_chan2fbin(c);
852 athn_get_pier_ival(fbin, pierfreq, npiers, &lo, &hi);
854 *corr = athn_interpolate(fbin,
857 *temp = athn_interpolate(fbin,
arn5416.c 363 uint8_t fbin, pwroff; local in function:ar5416_get_pdadcs
377 fbin = athn_chan2fbin(c);
378 athn_get_pier_ival(fbin, pierfreq, npiers, &lo, &hi);
380 lopier.fbin = pierfreq[lo];
381 hipier.fbin = pierfreq[hi];
388 ar5008_get_pdadcs(sc, fbin, &lopier, &hipier, nxpdgains,
914 uint8_t fbin, bias; local in function:ar9160_rw_addac
923 fbin = athn_chan2fbin(c);
927 if ((modal->xpaBiasLvlFreq[i] & 0xff) < fbin)
arn5008.c 2522 ar5008_get_pdadcs(struct athn_softc *sc, uint8_t fbin,
2580 vpd[j] = athn_interpolate(fbin,
2581 lopier->fbin, lovpd, hipier->fbin, hivpd);
2636 uint8_t fbin; local in function:ar5008_get_lg_tpow
2640 fbin = athn_chan2fbin(c);
2643 tgt[i].bChannel > fbin)
2655 tpow[i] = athn_interpolate(fbin,
2668 uint8_t fbin; local in function:ar5008_get_ht_tpow
2672 fbin = athn_chan2fbin(c)
    [all...]
arn9003.c 3307 uint8_t fbin; local in function:ar9003_get_lg_tpow
3311 fbin = athn_chan2fbin(c);
3313 delta = fbin - fbins[i];
3315 if (delta >= 0 && (lo == -1 || delta < fbin - fbins[lo]))
3318 if (delta <= 0 && (hi == -1 || delta > fbin - fbins[hi]))
3327 tpow[i] = athn_interpolate(fbin,
3339 uint8_t fbin; local in function:ar9003_get_ht_tpow
3343 fbin = athn_chan2fbin(c);
3345 delta = fbin - fbins[i];
3347 if (delta >= 0 && (lo == -1 || delta < fbin - fbins[lo])
    [all...]
athnvar.h 195 uint8_t fbin; member in struct:athn_pier

Completed in 19 milliseconds