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

  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_cal.c 653 int16_t nf, nfThresh;
666 if (ar5416GetEepromNoiseFloorThresh(ah, chan, &nfThresh)) {
667 if (nf > nfThresh) {
671 nf, nfThresh);
  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_reset.c 950 int16_t nf, nfThresh;
952 if (!getNoiseFloorThresh(ah, chan, &nfThresh))
960 if (nf > nfThresh) {
963 __func__, nf, nfThresh);
972 return (nf <= nfThresh);
992 int16_t nf, nfThresh;
995 if (!getNoiseFloorThresh(ah, chan, &nfThresh))
1003 if (nf > nfThresh) {
1007 nf, nfThresh, runtime[i]);
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_reset.c 1267 int16_t nf, nfThresh;
1281 if (getNoiseFloorThresh(ah, chan, &nfThresh)) {
1282 if (nf > nfThresh) {
1285 "threshold %u\n", __func__, nf, nfThresh);

Completed in 16 milliseconds