Searched refs:ah_st (Results 1 – 10 of 10) sorted by relevance
26 (((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)
163 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),
306 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()
2547 ah->ah_st = st; in ar9300_new_state()
62 ((bus_space_tag_t) ((struct ar531x_config *)((ah)->ah_st))->tag)64 #define BUSTAG(ah) ((ah)->ah_st)
128 bus_space_barrier((bus_space_tag_t)(_ah)->ah_st, \
215 ah->ah_st = st; in ar5210Attach()
233 ah->ah_st = st; in ar5211Attach()
246 ah->ah_st = st; in ar5212InitState()
1222 HAL_BUS_TAG ah_st; /* params for register r+w */ member