Searched refs:ee_thresh62 (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/sys/dev/ath/ath_hal/
H A Dah_eeprom_v1.h91 uint8_t ee_thresh62; /* thresh62 */ member in struct:__anon11455
H A Dah_eeprom_v1.c192 ee->ee_thresh62 = athvals[4] & 0xff;
H A Dah_eeprom_v3.h373 uint16_t ee_thresh62[3]; member in struct:__anon11468
H A Dah_eeprom_v3.c1253 ee->ee_thresh62[i] = eeval & 0xff;
1462 ee->ee_thresh62[headerInfo11A] = 15; /* 11A */
1463 ee->ee_thresh62[headerInfo11B] = 28; /* 11B */
1464 ee->ee_thresh62[headerInfo11G] = 28; /* 11G */
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_reset.c238 ((ee->ee_thresh62 << 12) & 0x7F000));
/freebsd-13-stable/tools/tools/ath/athprom/
H A Dathprom.c564 fprintf(fd, "0x%02x", eeprom.ee_thresh62[curmode]);
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c1265 ((ee->ee_thresh62[arrayMode] << 12) & 0x7F000));
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c1694 (ee->ee_thresh62[arrayMode] << 12) & 0x7F000);

Completed in 126 milliseconds