Home
last modified time | relevance | path

Searched refs:AR_BSS_ID0 (Results 1 – 19 of 19) sorted by relevance

/NextBSD/tools/tools/ath/common/
HDdumpregs_5210.c75 DEFBASIC(AR_BSS_ID0, "BSS_ID0"),
HDdumpregs_5211.c239 DEFBASIC(AR_BSS_ID0, "BSS_ID0"),
HDdumpregs_5416.c313 DEFBASIC(AR_BSS_ID0, "BSS_ID0"),
HDdumpregs_5212.c277 DEFBASIC(AR_BSS_ID0, "BSS_ID0"),
/NextBSD/sys/dev/ath/ath_hal/ar5210/
HDar5210reg.h70 #define AR_BSS_ID0 0x8008 /* Lower 32bits of BSSID */ macro
HDar5210_misc.c319 OS_REG_WRITE(ah, AR_BSS_ID0, LE_READ_4(ahp->ah_bssid)); in ar5210WriteAssocid()
HDar5210_reset.c157 OS_REG_WRITE(ah, AR_BSS_ID0, LE_READ_4(ahp->ah_bssid)); in ar5210Reset()
/NextBSD/sys/dev/ath/ath_hal/ar5211/
HDar5211reg.h240 #define AR_BSS_ID0 0x8008 /* BSSID low 32 bits */ macro
HDar5211_misc.c319 OS_REG_WRITE(ah, AR_BSS_ID0, LE_READ_4(ahp->ah_bssid)); in ar5211WriteAssocid()
HDar5211_reset.c390 OS_REG_WRITE(ah, AR_BSS_ID0, LE_READ_4(ahp->ah_bssid)); in ar5211Reset()
/NextBSD/sys/dev/ath/ath_hal/ar5212/
HDar5212reg.h255 #define AR_BSS_ID0 0x8008 /* MAC BSSID low 32 bits */ macro
HDar5212_misc.c224 OS_REG_WRITE(ah, AR_BSS_ID0, LE_READ_4(ahp->ah_bssid)); in ar5212WriteAssocid()
HDar5212_reset.c448 OS_REG_WRITE(ah, AR_BSS_ID0, LE_READ_4(ahp->ah_bssid)); in ar5212Reset()
/NextBSD/sys/dev/ath/ath_hal/ar5312/
HDar5312_reset.c367 OS_REG_WRITE(ah, AR_BSS_ID0, LE_READ_4(ahp->ah_bssid)); in ar5312Reset()
/NextBSD/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_power.c1365 OS_REG_WRITE(ah, AR_BSS_ID0, 0); in ar9300_wow_enable()
HDar9300reg.h1334 #define AR_BSS_ID0 AR_MAC_PCU_OFFSET(MAC_PCU_BSSID_L32) macro
HDar9300_misc.c298 OS_REG_WRITE(ah, AR_BSS_ID0, LE_READ_4(ahp->ah_bssid)); in ar9300_write_associd()
HDar9300_reset.c4933 OS_REG_WRITE(ah, AR_BSS_ID0, LE_READ_4(ahp->ah_bssid)); in ar9300_reset()
/NextBSD/sys/dev/ath/ath_hal/ar5416/
HDar5416_reset.c305 OS_REG_WRITE(ah, AR_BSS_ID0, LE_READ_4(ahp->ah_bssid)); in ar5416Reset()