Home
last modified time | relevance | path

Searched refs:ARN_LE_READ_16 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_hw.c2506 REG_WRITE(ah, AR_STA_ID1, ARN_LE_READ_16(ahp->ah_macaddr + 4) | in ath9k_hw_reset()
2514 REG_WRITE(ah, AR_BSSMSKU, ARN_LE_READ_16(ahp->ah_bssidmask + 4)); in ath9k_hw_reset()
2519 REG_WRITE(ah, AR_BSS_ID1, ARN_LE_READ_16(ahp->ah_bssid + 4) | in ath9k_hw_reset()
2755 key1 = (ARN_LE_READ_16(k->kv_val + 4) ^ xorMask) & 0xffff; in ath9k_hw_set_keycache_entry()
2757 key3 = (ARN_LE_READ_16(k->kv_val + 10) ^ xorMask) & 0xffff; in ath9k_hw_set_keycache_entry()
2778 mic1 = ARN_LE_READ_16(k->kv_txmic + 2) & 0xffff; in ath9k_hw_set_keycache_entry()
2779 mic3 = ARN_LE_READ_16(k->kv_txmic + 0) & 0xffff; in ath9k_hw_set_keycache_entry()
4054 REG_WRITE(ah, AR_BSSMSKU, ARN_LE_READ_16(ahp->ah_bssidmask + 4)); in ath9k_hw_setbssidmask()
4069 REG_WRITE(ah, AR_BSS_ID1, ARN_LE_READ_16(ahp->ah_bssid + 4) | in ath9k_hw_write_associd()
H A Darn_core.h110 #define ARN_LE_READ_16(p) \ macro