Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/ath/ath_hal/
HDah_eeprom_v1.h89 uint8_t ee_thresh62; /* thresh62 */ member
HDah_eeprom_v1.c190 ee->ee_thresh62 = athvals[4] & 0xff; in ath_hal_v1EepromAttach()
HDah_eeprom_v3.h371 uint16_t ee_thresh62[3]; member
HDah_eeprom_v3.c1251 ee->ee_thresh62[i] = eeval & 0xff; in readHeaderInfo()
1460 ee->ee_thresh62[headerInfo11A] = 15; /* 11A */ in readHeaderInfo()
1461 ee->ee_thresh62[headerInfo11B] = 28; /* 11B */ in readHeaderInfo()
1462 ee->ee_thresh62[headerInfo11G] = 28; /* 11G */ in readHeaderInfo()
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5210/
HDar5210_reset.c236 ((ee->ee_thresh62 << 12) & 0x7F000)); in ar5210Reset()
/freebsd-13-stable/tools/tools/ath/athprom/
HDathprom.c562 fprintf(fd, "0x%02x", eeprom.ee_thresh62[curmode]); in eevar()
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5211/
HDar5211_reset.c1263 ((ee->ee_thresh62[arrayMode] << 12) & 0x7F000)); in ar5211SetBoardValues()
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5212/
HDar5212_reset.c1692 (ee->ee_thresh62[arrayMode] << 12) & 0x7F000); in ar5212SetBoardValues()