Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/
H A Dah_eeprom_v1.c114 uint16_t athvals[AR_EEPROM_ATHEROS_MAX]; /* XXX off stack */ in ath_hal_v1EepromAttach() local
161 if (!ath_hal_eepromRead(ah, AR_EEPROM_ATHEROS(i), &athvals[i])) in ath_hal_v1EepromAttach()
163 sum ^= athvals[i]; in ath_hal_v1EepromAttach()
188 ee->ee_antenna = athvals[2]; in ath_hal_v1EepromAttach()
189 ee->ee_biasCurrents = athvals[3]; in ath_hal_v1EepromAttach()
190 ee->ee_thresh62 = athvals[4] & 0xff; in ath_hal_v1EepromAttach()
191 ee->ee_xlnaOn = (athvals[4] >> 8) & 0xff; in ath_hal_v1EepromAttach()
192 ee->ee_xpaOn = athvals[5] & 0xff; in ath_hal_v1EepromAttach()
193 ee->ee_xpaOff = (athvals[5] >> 8) & 0xff; in ath_hal_v1EepromAttach()
194 ee->ee_regDomain[0] = (athvals[6] >> 8) & 0xff; in ath_hal_v1EepromAttach()
[all …]