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