Home
last modified time | relevance | path

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

/NextBSD/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_stub.c166 AH_PRIVATE(ah)->ah_eepromRead = ar9300_Stub_EepromRead; in ar9300_set_stub_functions()
HDar9300_freebsd.c262 AH_PRIVATE(ah)->ah_eepromRead = ar9300_eeprom_read_word; in ar9300_attach_freebsd_ops()
267 AH_PRIVATE(ah)->ah_eepromRead = ar9300_eeprom_read_word; in ar9300_attach_freebsd_ops()
HDar9300_attach.c2573 ahp->ah_priv.ah_eepromRead = ar9300_eeprom_read_word; in ar9300_new_state()
/NextBSD/sys/dev/ath/ath_hal/ar9001/
HDar9130_attach.c128 AH_PRIVATE((ah))->ah_eepromRead = ath_hal_EepromDataRead; in ar9130Attach()
/NextBSD/sys/dev/ath/ath_hal/ar5312/
HDar5312_attach.c97 ahp->ah_priv.ah_eepromRead = ar5312EepromRead; in ar5312Attach()
/NextBSD/sys/dev/ath/ath_hal/
HDah_internal.h357 HAL_BOOL (*ah_eepromRead)(struct ath_hal *, u_int off, member
441 AH_PRIVATE(_ah)->ah_eepromRead(_ah, _off, _data)
/NextBSD/sys/dev/ath/ath_hal/ar5210/
HDar5210_attach.c172 .ah_eepromRead = ar5210EepromRead,
/NextBSD/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()
/NextBSD/sys/dev/ath/ath_hal/ar5211/
HDar5211_attach.c172 .ah_eepromRead = ar5211EepromRead,
/NextBSD/sys/dev/ath/ath_hal/ar5212/
HDar5212_attach.c173 .ah_eepromRead = ar5212EepromRead,
/NextBSD/sys/dev/ath/ath_hal/ar5416/
HDar5416_attach.c216 ahp->ah_priv.ah_eepromRead = ar5416EepromRead; in ar5416InitState()
/NextBSD/tools/tools/ath/athrd/
HDathrd.c1026 ahp.ah_eepromRead = eepromRead; in main()