Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath_hal/ar5210/
H A Dar5210reg.h316 #define AR_BSS_ID1_AID_S 16 macro
H A Dar5210_misc.c321 ((assocId & 0x3fff)<<AR_BSS_ID1_AID_S)); in ar5210WriteAssocid()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211reg.h776 #define AR_BSS_ID1_AID_S 16 /* Shift for association ID */ macro
H A Dar5211_misc.c321 ((assocId & 0x3fff)<<AR_BSS_ID1_AID_S)); in ar5211WriteAssocid()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212reg.h876 #define AR_BSS_ID1_AID_S 16 macro
H A Dar5212_misc.c226 ((assocId & 0x3fff)<<AR_BSS_ID1_AID_S)); in ar5212WriteAssocid()
H A Dar5212_reset.c450 (ahp->ah_assocId & 0x3fff) << AR_BSS_ID1_AID_S); in ar5212Reset()
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300reg.h1339 #define AR_BSS_ID1_AID_S 16 // Shift for association ID macro
H A Dar9300_misc.c300 ((assoc_id & 0x3fff) << AR_BSS_ID1_AID_S)); in ar9300_write_associd()
H A Dar9300_reset.c4936 ((ahp->ah_assoc_id & 0x3fff) << AR_BSS_ID1_AID_S)); in ar9300_reset()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_reset.c307 (ahp->ah_assocId & 0x3fff) << AR_BSS_ID1_AID_S); in ar5416Reset()