Home
last modified time | relevance | path

Searched refs:ar5212GetNfHistMid (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/ath/ath_hal/ar5416/
Dar5416_cal.c733 h[i].privNF = ar5212GetNfHistMid(h[i].nfCalBuffer); in ar5416UpdateNFHistBuff()
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5212/
Dar5212_reset.c1370 ar5212GetNfHistMid(const int16_t calData[AR512_NF_CAL_HIST_MAX]) in ar5212GetNfHistMid() function
1441 h->privNF = nf = ar5212GetNfHistMid(h->nfCalBuffer); in ar5212GetNf()
1446 h->privNF = nf = ar5212GetNfHistMid(h->nfCalBuffer); in ar5212GetNf()
Dar5212.h575 extern int16_t ar5212GetNfHistMid(const int16_t calData[]);