Home
last modified time | relevance | path

Searched refs:ah_st (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ar5312/
H A Dar5312.h26 (((const struct ar531x_config *)((_ah)->ah_st))->unit)
28 (((const struct ar531x_config *)((_ah)->ah_st))->board)
30 (((const struct ar531x_config *)((_ah)->ah_st))->radio)
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Deeprom.diff163 if (!(uintptr_t)(AH_PRIVATE(ah)->ah_st)) {
169 compressed data to the predefined DRAM location saved at ah->ah_st */
173 ahp->ah_cal_mem = OS_REMAP(ah, (uintptr_t)(AH_PRIVATE(ah)->ah_st),
H A Dar9300_eeprom.c306 ahp->ah_cal_mem = OS_REMAP((uintptr_t)(AH_PRIVATE(ah)->ah_st), in ar9300_flash_map()
3441 "EEPROM being read from flash @0x%p\n", AH_PRIVATE(ah)->ah_st); in ar9300_check_eeprom()
4114 if (!(uintptr_t)(AH_PRIVATE(ah)->ah_st)) { in ar9300_eeprom_restore_from_dram()
4123 ahp->ah_cal_mem = OS_REMAP((uintptr_t)(AH_PRIVATE(ah)->ah_st), in ar9300_eeprom_restore_from_dram()
4306 …AH9300(ah)->calibration_data_source_address = ((unsigned int)(AH_PRIVATE(ah)->ah_st)) + base_addre… in ar9300_eeprom_restore_internal()
H A Dar9300_attach.c2547 ah->ah_st = st; in ar9300_new_state()
/freebsd/sys/dev/ath/
H A Dah_osdep.c62 ((bus_space_tag_t) ((struct ar531x_config *)((ah)->ah_st))->tag)
64 #define BUSTAG(ah) ((ah)->ah_st)
H A Dah_osdep.h128 bus_space_barrier((bus_space_tag_t)(_ah)->ah_st, \
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_attach.c215 ah->ah_st = st; in ar5210Attach()
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_attach.c233 ah->ah_st = st; in ar5211Attach()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_attach.c246 ah->ah_st = st; in ar5212InitState()
/freebsd/sys/dev/ath/ath_hal/
H A Dah.h1222 HAL_BUS_TAG ah_st; /* params for register r+w */ member