Home
last modified time | relevance | path

Searched refs:pierfreq (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/sys/dev/ic/
Darn9287.c269 const uint8_t *pierfreq; in ar9287_get_pdadcs() local
275 pierfreq = eep->calFreqPier2G; in ar9287_get_pdadcs()
282 athn_get_pier_ival(fbin, pierfreq, npiers, &lo, &hi); in ar9287_get_pdadcs()
284 lopier.fbin = pierfreq[lo]; in ar9287_get_pdadcs()
285 hipier.fbin = pierfreq[hi]; in ar9287_get_pdadcs()
312 const uint8_t *pierfreq; in ar9287_olpc_get_pdgain() local
316 pierfreq = eep->calFreqPier2G; in ar9287_olpc_get_pdgain()
323 athn_get_pier_ival(fbin, pierfreq, npiers, &lo, &hi); in ar9287_olpc_get_pdgain()
326 pierfreq[lo], pierdata[lo].pwrPdg[0][0], in ar9287_olpc_get_pdgain()
327 pierfreq[hi], pierdata[hi].pwrPdg[0][0]); in ar9287_olpc_get_pdgain()
Darn9380.c836 const uint8_t *pierfreq; in ar9380_get_correction() local
841 pierfreq = eep->calFreqPier2G; in ar9380_get_correction()
846 pierfreq = eep->calFreqPier5G; in ar9380_get_correction()
852 athn_get_pier_ival(fbin, pierfreq, npiers, &lo, &hi); in ar9380_get_correction()
855 pierfreq[lo], pierdata[lo].refPower, in ar9380_get_correction()
856 pierfreq[hi], pierdata[hi].refPower); in ar9380_get_correction()
858 pierfreq[lo], pierdata[lo].tempMeas, in ar9380_get_correction()
859 pierfreq[hi], pierdata[hi].tempMeas); in ar9380_get_correction()
Darn5416.c360 const uint8_t *pierfreq; in ar5416_get_pdadcs() local
367 pierfreq = eep->calFreqPier2G; in ar5416_get_pdadcs()
372 pierfreq = eep->calFreqPier5G; in ar5416_get_pdadcs()
378 athn_get_pier_ival(fbin, pierfreq, npiers, &lo, &hi); in ar5416_get_pdadcs()
380 lopier.fbin = pierfreq[lo]; in ar5416_get_pdadcs()
381 hipier.fbin = pierfreq[hi]; in ar5416_get_pdadcs()
Darn9280.c421 const uint8_t *pierfreq; in ar9280_olpc_get_pdadcs() local
426 pierfreq = eep->calFreqPier2G; in ar9280_olpc_get_pdadcs()
432 pierfreq = eep->calFreqPier5G; in ar9280_olpc_get_pdadcs()
439 athn_get_pier_ival(fbin, pierfreq, npiers, &lo, &hi); in ar9280_olpc_get_pdadcs()
Darn9285.c712 const uint8_t *pierfreq; in ar9285_get_pdadcs() local
717 pierfreq = eep->calFreqPier2G; in ar9285_get_pdadcs()
723 athn_get_pier_ival(fbin, pierfreq, npiers, &lo, &hi); in ar9285_get_pdadcs()
725 lopier.fbin = pierfreq[lo]; in ar9285_get_pdadcs()
726 hipier.fbin = pierfreq[hi]; in ar9285_get_pdadcs()
Dathn.c1697 athn_get_pier_ival(uint8_t fbin, const uint8_t *pierfreq, int npiers, in athn_get_pier_ival() argument
1703 if (pierfreq[i] == AR_BCHAN_UNUSED || in athn_get_pier_ival()
1704 pierfreq[i] > fbin) in athn_get_pier_ival()
1710 else if (*hi == npiers || pierfreq[*hi] == AR_BCHAN_UNUSED) in athn_get_pier_ival()