Searched refs:AR_KEYTABLE_KEY2 (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/drivers/net/wireless/ath/ |
A D | key.c | 59 REG_WRITE(ah, AR_KEYTABLE_KEY2(entry), 0); in ath_hw_keyreset() 71 REG_WRITE(ah, AR_KEYTABLE_KEY2(micentry), 0); in ath_hw_keyreset() 212 REG_WRITE(ah, AR_KEYTABLE_KEY2(entry), key2); in ath_hw_set_keycache_entry() 250 REG_WRITE(ah, AR_KEYTABLE_KEY2(micentry), mic2); in ath_hw_set_keycache_entry() 289 REG_WRITE(ah, AR_KEYTABLE_KEY2(micentry), mic2); in ath_hw_set_keycache_entry() 323 REG_WRITE(ah, AR_KEYTABLE_KEY2(entry), key2); in ath_hw_set_keycache_entry()
|
A D | reg.h | 58 #define AR_KEYTABLE_KEY2(_n) (AR_KEYTABLE(_n) + 8) macro
|
Completed in 4 milliseconds