Lines Matching refs:fbin
2671 ar5008_get_pdadcs(struct athn_softc *sc, uint8_t fbin, in ar5008_get_pdadcs() argument
2727 vpd[j] = athn_interpolate(fbin, in ar5008_get_pdadcs()
2728 lopier->fbin, lovpd, hipier->fbin, hivpd); in ar5008_get_pdadcs()
2783 uint8_t fbin; in ar5008_get_lg_tpow() local
2787 fbin = athn_chan2fbin(c); in ar5008_get_lg_tpow()
2790 tgt[i].bChannel > fbin) in ar5008_get_lg_tpow()
2802 tpow[i] = athn_interpolate(fbin, in ar5008_get_lg_tpow()
2814 uint8_t fbin; in ar5008_get_ht_tpow() local
2818 fbin = athn_chan2fbin(c); in ar5008_get_ht_tpow()
2821 tgt[i].bChannel > fbin) in ar5008_get_ht_tpow()
2833 tpow[i] = athn_interpolate(fbin, in ar5008_get_ht_tpow()