Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/
H A Dkey.c61 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()
H A Dreg.h60 #define AR_KEYTABLE_KEY4(_n) (AR_KEYTABLE(_n) + 16) macro