Searched refs:ee_noiseFloorThresh (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/dev/ath/ath_hal/
H A Dah_eeprom_v3.h378 int16_t ee_noiseFloorThresh[3]; member in struct:__anon11468
H A Dah_eeprom_v3.c1261 ee->ee_noiseFloorThresh[i] = eeval & 0xff;
1262 if (ee->ee_noiseFloorThresh[i] & 0x80) {
1263 ee->ee_noiseFloorThresh[i] = 0 -
1264 ((ee->ee_noiseFloorThresh[i] ^ 0xff) + 1);
1456 ee->ee_noiseFloorThresh[headerInfo11A] = -54;
1457 ee->ee_noiseFloorThresh[headerInfo11B] = -1;
1458 ee->ee_noiseFloorThresh[headerInfo11G] = -1;
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c901 *nft = ee->ee_noiseFloorThresh[0];
904 *nft = ee->ee_noiseFloorThresh[1];
907 *nft = ee->ee_noiseFloorThresh[2];
1243 (ee->ee_noiseFloorThresh[arrayMode] & 0x1FF) | (1<<9));
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c1320 *nft = ee->ee_noiseFloorThresh[headerInfo11A];
1323 *nft = ee->ee_noiseFloorThresh[headerInfo11B];
1327 *nft = ee->ee_noiseFloorThresh[headerInfo11G];
1661 (ee->ee_noiseFloorThresh[arrayMode] & 0x1FF)
/freebsd-13-stable/tools/tools/ath/athprom/
H A Dathprom.c585 fprintf(fd, "%3d", eeprom.ee_noiseFloorThresh[curmode]);

Completed in 282 milliseconds