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