Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/
H A Dkey.c57 REG_WRITE(ah, AR_KEYTABLE_KEY0(entry), 0); in ath_hw_keyreset()
69 REG_WRITE(ah, AR_KEYTABLE_KEY0(micentry), 0); in ath_hw_keyreset()
208 REG_WRITE(ah, AR_KEYTABLE_KEY0(entry), ~key0); in ath_hw_set_keycache_entry()
246 REG_WRITE(ah, AR_KEYTABLE_KEY0(micentry), mic0); in ath_hw_set_keycache_entry()
285 REG_WRITE(ah, AR_KEYTABLE_KEY0(micentry), mic0); in ath_hw_set_keycache_entry()
311 REG_WRITE(ah, AR_KEYTABLE_KEY0(entry), key0); in ath_hw_set_keycache_entry()
319 REG_WRITE(ah, AR_KEYTABLE_KEY0(entry), key0); in ath_hw_set_keycache_entry()
H A Dreg.h56 #define AR_KEYTABLE_KEY0(_n) (AR_KEYTABLE(_n) + 0) macro