Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ath/ath_hal/ar9001/
Dar9130_attach.c130 AH_PRIVATE((ah))->ah_eepromRead = ath_hal_EepromDataRead; in ar9130Attach()
/freebsd-12-stable/sys/dev/ath/ath_hal/ar9002/
Dar9287_attach.c144 AH_PRIVATE(ah)->ah_eepromRead = ath_hal_EepromDataRead; in ar9287Attach()
Dar9285_attach.c171 AH_PRIVATE(ah)->ah_eepromRead = ath_hal_EepromDataRead; in ar9285Attach()
Dar9280_attach.c188 AH_PRIVATE((ah))->ah_eepromRead = ath_hal_EepromDataRead; in ar9280Attach()
/freebsd-12-stable/sys/dev/ath/ath_hal/
Dah.h1692 HAL_BOOL __ahdecl ath_hal_EepromDataRead(struct ath_hal *ah,
Dah.c1527 ath_hal_EepromDataRead(struct ath_hal *ah, u_int off, uint16_t *data) in ath_hal_EepromDataRead() function