Searched refs:AR5K_HIGH_ID (Results 1 – 3 of 3) sorted by relevance
70 high_id = AR5K_HIGH_ID(ah->ah_sta_id); in ath5k_hw_set_opmode()211 high_id = AR5K_HIGH_ID(mac); in ath5k_hw_set_lladdr()238 ath5k_hw_reg_write(ah, AR5K_HIGH_ID(ah->ah_bssid_mask), in ath5k_hw_set_associd()246 high_id = AR5K_HIGH_ID(bssid); in ath5k_hw_set_associd()357 high_id = AR5K_HIGH_ID(mask); in ath5k_hw_set_bssid_mask()
951 ath5k_hw_reg_write(ah, staid1_flags | AR5K_HIGH_ID(ah->ah_sta_id), in ath5k_hw_reset()
158 #define AR5K_HIGH_ID(_a) ((_a)[4] | (_a)[5] << 8) macro