Searched refs:AR_KEYTABLE_KEY3 (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ath/ |
H A D | key.c | 60 REG_WRITE(ah, AR_KEYTABLE_KEY3(entry), 0); ath_hw_keyreset() 72 REG_WRITE(ah, AR_KEYTABLE_KEY3(micentry), 0); ath_hw_keyreset() 213 REG_WRITE(ah, AR_KEYTABLE_KEY3(entry), key3); ath_hw_set_keycache_entry() 251 REG_WRITE(ah, AR_KEYTABLE_KEY3(micentry), mic3); ath_hw_set_keycache_entry() 290 REG_WRITE(ah, AR_KEYTABLE_KEY3(micentry), 0); ath_hw_set_keycache_entry() 324 REG_WRITE(ah, AR_KEYTABLE_KEY3(entry), key3); ath_hw_set_keycache_entry()
|
H A D | reg.h | 59 #define AR_KEYTABLE_KEY3(_n) (AR_KEYTABLE(_n) + 12) macro
|
Completed in 31 milliseconds