Home
last modified time | relevance | path

Searched refs:AR_KEYTABLE_KEY1 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/
H A Dkey.c58 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()
H A Dreg.h57 #define AR_KEYTABLE_KEY1(_n) (AR_KEYTABLE(_n) + 4) macro