Searched refs:AR_KEYTABLE_0 (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210reg.h107 #define AR_KEYTABLE_0 0x9000 /* Encryption key table */ macro
108 #define AR_KEYTABLE(n) (AR_KEYTABLE_0 + ((n)*32))
/freebsd-12-stable/tools/tools/ath/athdecode/
H A Dmain.c389 ((r->reg - AR_KEYTABLE_0) >> 2) & 7,
390 (r->reg - AR_KEYTABLE_0) >> 5, r->reg);
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211reg.h272 #define AR_KEYTABLE_0 0x8800 /* Encryption key table */ macro
273 #define AR_KEYTABLE(n) (AR_KEYTABLE_0 + ((n)*32))
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212reg.h336 #define AR_KEYTABLE_0 0x8800 /* MAC Key Cache */ macro
337 #define AR_KEYTABLE(_n) (AR_KEYTABLE_0 + ((_n)*32))
/freebsd-12-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300reg.h2152 #define AR_KEYTABLE_0 AR_MAC_PCU_OFFSET(MAC_PCU_KEY_CACHE) macro
2153 #define AR_KEYTABLE(_n) (AR_KEYTABLE_0 + ((_n)*32))

Completed in 251 milliseconds