Searched refs:AR_KEYTABLE_KEY1 (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ath/ |
H A D | key.c | 58 REG_WRITE(ah, AR_KEYTABLE_KEY1(entry), 0); ath_hw_keyreset() 70 REG_WRITE(ah, AR_KEYTABLE_KEY1(micentry), 0); ath_hw_keyreset() 209 REG_WRITE(ah, AR_KEYTABLE_KEY1(entry), ~key1); ath_hw_set_keycache_entry() 247 REG_WRITE(ah, AR_KEYTABLE_KEY1(micentry), mic1); ath_hw_set_keycache_entry() 286 REG_WRITE(ah, AR_KEYTABLE_KEY1(micentry), 0); ath_hw_set_keycache_entry() 312 REG_WRITE(ah, AR_KEYTABLE_KEY1(entry), key1); ath_hw_set_keycache_entry() 320 REG_WRITE(ah, AR_KEYTABLE_KEY1(entry), key1); ath_hw_set_keycache_entry()
|
H A D | reg.h | 57 #define AR_KEYTABLE_KEY1(_n) (AR_KEYTABLE(_n) + 4) macro
|
Completed in 45 milliseconds