Home
last modified time | relevance | path

Searched refs:AR_BSS_ID1_AID_S (Results 1 – 11 of 11) sorted by relevance

/freebsd-head/sys/dev/ath/ath_hal/ar5210/
HDar5210reg.h316 #define AR_BSS_ID1_AID_S 16 macro
HDar5210_misc.c321 ((assocId & 0x3fff)<<AR_BSS_ID1_AID_S)); in ar5210WriteAssocid()
/freebsd-head/sys/dev/ath/ath_hal/ar5211/
HDar5211reg.h776 #define AR_BSS_ID1_AID_S 16 /* Shift for association ID */ macro
HDar5211_misc.c321 ((assocId & 0x3fff)<<AR_BSS_ID1_AID_S)); in ar5211WriteAssocid()
/freebsd-head/sys/dev/ath/ath_hal/ar5212/
HDar5212reg.h876 #define AR_BSS_ID1_AID_S 16 macro
HDar5212_misc.c226 ((assocId & 0x3fff)<<AR_BSS_ID1_AID_S)); in ar5212WriteAssocid()
HDar5212_reset.c450 (ahp->ah_assocId & 0x3fff) << AR_BSS_ID1_AID_S); in ar5212Reset()
/freebsd-head/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300reg.h1340 #define AR_BSS_ID1_AID_S 16 // Shift for association ID macro
HDar9300_misc.c302 ((assoc_id & 0x3fff) << AR_BSS_ID1_AID_S)); in ar9300_write_associd()
HDar9300_reset.c5001 ((ahp->ah_assoc_id & 0x3fff) << AR_BSS_ID1_AID_S)); in ar9300_reset()
/freebsd-head/sys/dev/ath/ath_hal/ar5416/
HDar5416_reset.c309 (ahp->ah_assocId & 0x3fff) << AR_BSS_ID1_AID_S); in ar5416Reset()