Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/
H A Dah_eeprom_v4k.c295 if (ah->ah_eepromdata == NULL) { in ath_hal_v4kEepromAttach()
330 if (ah->ah_eepromdata == NULL && isBigEndian()) { in ath_hal_v4kEepromAttach()
H A Dah_eeprom_9287.c306 if (ah->ah_eepromdata == NULL) { in ath_hal_9287EepromAttach()
341 if (ah->ah_eepromdata == NULL && isBigEndian()) { in ath_hal_9287EepromAttach()
H A Dah_eeprom_v14.c349 if (ah->ah_eepromdata == NULL) { in ath_hal_v14EepromAttach()
381 if (ah->ah_eepromdata == NULL && isBigEndian()) { in ath_hal_v14EepromAttach()
H A Dah.c1527 if (ah->ah_eepromdata == AH_NULL) { in ath_hal_EepromDataRead()
1536 (*data) = ah->ah_eepromdata[off]; in ath_hal_EepromDataRead()
H A Dah.h1233 uint16_t *ah_eepromdata; /* eeprom buffer, if needed */ member
/freebsd/sys/dev/ath/ath_hal/ar9002/
H A Dar9287_attach.c144 ah->ah_eepromdata = eepromdata; in ar9287Attach()
H A Dar9285_attach.c171 ah->ah_eepromdata = eepromdata; in ar9285Attach()
H A Dar9280_attach.c188 ah->ah_eepromdata = eepromdata; in ar9280Attach()