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

/netbsd-current/sys/external/isc/atheros_hal/dist/
H A Dah_eeprom_v3.h377 int16_t ee_noiseFloorThresh[3]; member in struct:__anon12287
H A Dah_eeprom_v3.c1257 ee->ee_noiseFloorThresh[i] = eeval & 0xff;
1258 if (ee->ee_noiseFloorThresh[i] & 0x80) {
1259 ee->ee_noiseFloorThresh[i] = 0 -
1260 ((ee->ee_noiseFloorThresh[i] ^ 0xff) + 1);
1452 ee->ee_noiseFloorThresh[headerInfo11A] = -54;
1453 ee->ee_noiseFloorThresh[headerInfo11B] = -1;
1454 ee->ee_noiseFloorThresh[headerInfo11G] = -1;
/netbsd-current/sys/external/isc/atheros_hal/dist/ar5211/
H A Dar5211_reset.c926 *nft = ee->ee_noiseFloorThresh[0];
929 *nft = ee->ee_noiseFloorThresh[1];
932 *nft = ee->ee_noiseFloorThresh[2];
1266 (ee->ee_noiseFloorThresh[arrayMode] & 0x1FF) | (1<<9));
/netbsd-current/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_reset.c1193 *nft = ee->ee_noiseFloorThresh[headerInfo11A];
1196 *nft = ee->ee_noiseFloorThresh[headerInfo11B];
1199 *nft = ee->ee_noiseFloorThresh[headerInfo11G];
1524 (ee->ee_noiseFloorThresh[arrayMode] & 0x1FF)

Completed in 142 milliseconds