Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_stub.c166 AH_PRIVATE(ah)->ah_eepromRead = ar9300_Stub_EepromRead; in ar9300_set_stub_functions()
H A Dar9300_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()
H A Dar9300_attach.c2573 ahp->ah_priv.ah_eepromRead = ar9300_eeprom_read_word; in ar9300_new_state()
/dragonfly/sys/dev/netif/ath/ath_hal/ar9001/
H A Dar9130_attach.c128 AH_PRIVATE((ah))->ah_eepromRead = ath_hal_EepromDataRead; in ar9130Attach()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5312/
H A Dar5312_attach.c97 ahp->ah_priv.ah_eepromRead = ar5312EepromRead; in ar5312Attach()
/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah_internal.h357 HAL_BOOL (*ah_eepromRead)(struct ath_hal *, u_int off, member
441 AH_PRIVATE(_ah)->ah_eepromRead(_ah, _off, _data)
/dragonfly/sys/dev/netif/ath/ath_hal/ar5210/
H A Dar5210_attach.c172 .ah_eepromRead = ar5210EepromRead,
/dragonfly/sys/dev/netif/ath/ath_hal/ar9002/
H A Dar9287_attach.c142 AH_PRIVATE(ah)->ah_eepromRead = ath_hal_EepromDataRead; in ar9287Attach()
H A Dar9285_attach.c169 AH_PRIVATE(ah)->ah_eepromRead = ath_hal_EepromDataRead; in ar9285Attach()
H A Dar9280_attach.c186 AH_PRIVATE((ah))->ah_eepromRead = ath_hal_EepromDataRead; in ar9280Attach()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211_attach.c172 .ah_eepromRead = ar5211EepromRead,
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212_attach.c173 .ah_eepromRead = ar5212EepromRead,
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_attach.c216 ahp->ah_priv.ah_eepromRead = ar5416EepromRead; in ar5416InitState()
/dragonfly/tools/tools/ath/athrd/
H A Dathrd.c1037 ahp.ah_eepromRead = eepromRead; in main()