Home
last modified time | relevance | path

Searched refs:AR_KEYTABLE_KEY1 (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/net/wireless/ath/
Dkey.c46 REG_WRITE(ah, AR_KEYTABLE_KEY1(entry), 0); in ath_hw_keyreset()
58 REG_WRITE(ah, AR_KEYTABLE_KEY1(micentry), 0); in ath_hw_keyreset()
192 REG_WRITE(ah, AR_KEYTABLE_KEY1(entry), ~key1); in ath_hw_set_keycache_entry()
228 REG_WRITE(ah, AR_KEYTABLE_KEY1(micentry), mic1); in ath_hw_set_keycache_entry()
263 REG_WRITE(ah, AR_KEYTABLE_KEY1(micentry), 0); in ath_hw_set_keycache_entry()
285 REG_WRITE(ah, AR_KEYTABLE_KEY1(entry), key1); in ath_hw_set_keycache_entry()
289 REG_WRITE(ah, AR_KEYTABLE_KEY1(entry), key1); in ath_hw_set_keycache_entry()
Dreg.h53 #define AR_KEYTABLE_KEY1(_n) (AR_KEYTABLE(_n) + 4) macro
/linux-2.6.39/drivers/net/wireless/ath/ath9k/
Dreg.h1823 #define AR_KEYTABLE_KEY1(_n) (AR_KEYTABLE(_n) + 4) macro