Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/ath/ath_hal/ar9002/
HDar9287_attach.c142 AH_PRIVATE(ah)->ah_eepromRead = ath_hal_EepromDataRead; in ar9287Attach()
HDar9285_attach.c169 AH_PRIVATE(ah)->ah_eepromRead = ath_hal_EepromDataRead; in ar9285Attach()
HDar9280_attach.c186 AH_PRIVATE((ah))->ah_eepromRead = ath_hal_EepromDataRead; in ar9280Attach()
/freebsd-head/sys/dev/ath/ath_hal/
HDah.h1692 HAL_BOOL __ahdecl ath_hal_EepromDataRead(struct ath_hal *ah,
HDah.c1525 ath_hal_EepromDataRead(struct ath_hal *ah, u_int off, uint16_t *data) in ath_hal_EepromDataRead() function