Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ath/ath_hal/
Dah_eeprom_9287.c308 if (ah->ah_eepromdata == NULL) { in ath_hal_9287EepromAttach()
343 if (ah->ah_eepromdata == NULL && isBigEndian()) { in ath_hal_9287EepromAttach()
Dah_eeprom_v4k.c297 if (ah->ah_eepromdata == NULL) { in ath_hal_v4kEepromAttach()
332 if (ah->ah_eepromdata == NULL && isBigEndian()) { in ath_hal_v4kEepromAttach()
Dah_eeprom_v14.c351 if (ah->ah_eepromdata == NULL) { in ath_hal_v14EepromAttach()
383 if (ah->ah_eepromdata == NULL && isBigEndian()) { in ath_hal_v14EepromAttach()
Dah.c1529 if (ah->ah_eepromdata == AH_NULL) { in ath_hal_EepromDataRead()
1538 (*data) = ah->ah_eepromdata[off]; in ath_hal_EepromDataRead()
Dah.h1235 uint16_t *ah_eepromdata; /* eeprom buffer, if needed */ member
/freebsd-12-stable/sys/dev/ath/ath_hal/ar9001/
Dar9130_attach.c132 ah->ah_eepromdata = eepromdata; in ar9130Attach()
/freebsd-12-stable/sys/dev/ath/ath_hal/ar9002/
Dar9287_attach.c146 ah->ah_eepromdata = eepromdata; in ar9287Attach()
Dar9285_attach.c173 ah->ah_eepromdata = eepromdata; in ar9285Attach()
Dar9280_attach.c190 ah->ah_eepromdata = eepromdata; in ar9280Attach()