Searched refs:AR_KEYTABLE_KEY4 (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/net/wireless/ath/ |
D | key.c | 61 REG_WRITE(ah, AR_KEYTABLE_KEY4(entry), 0); in ath_hw_keyreset() 74 REG_WRITE(ah, AR_KEYTABLE_KEY4(micentry), 0); in ath_hw_keyreset() 216 REG_WRITE(ah, AR_KEYTABLE_KEY4(entry), key4); in ath_hw_set_keycache_entry() 254 REG_WRITE(ah, AR_KEYTABLE_KEY4(micentry), mic4); in ath_hw_set_keycache_entry() 293 REG_WRITE(ah, AR_KEYTABLE_KEY4(micentry), 0); in ath_hw_set_keycache_entry() 327 REG_WRITE(ah, AR_KEYTABLE_KEY4(entry), key4); in ath_hw_set_keycache_entry()
|
D | reg.h | 60 #define AR_KEYTABLE_KEY4(_n) (AR_KEYTABLE(_n) + 16) macro
|