Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/
H A Dkey.c59 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()
H A Dreg.h58 #define AR_KEYTABLE_KEY2(_n) (AR_KEYTABLE(_n) + 8) macro