Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/
H A Dkey.c60 REG_WRITE(ah, AR_KEYTABLE_KEY3(entry), 0); in ath_hw_keyreset()
72 REG_WRITE(ah, AR_KEYTABLE_KEY3(micentry), 0); in ath_hw_keyreset()
213 REG_WRITE(ah, AR_KEYTABLE_KEY3(entry), key3); in ath_hw_set_keycache_entry()
251 REG_WRITE(ah, AR_KEYTABLE_KEY3(micentry), mic3); in ath_hw_set_keycache_entry()
290 REG_WRITE(ah, AR_KEYTABLE_KEY3(micentry), 0); in ath_hw_set_keycache_entry()
324 REG_WRITE(ah, AR_KEYTABLE_KEY3(entry), key3); in ath_hw_set_keycache_entry()
H A Dreg.h59 #define AR_KEYTABLE_KEY3(_n) (AR_KEYTABLE(_n) + 12) macro