Home
last modified time | relevance | path

Searched refs:AR_SREV (Results 1 – 21 of 21) sorted by relevance

/dragonfly/tools/tools/ath/common/
H A Ddumpregs_5210.c71 DEFBASIC(AR_SREV, "SREV"),
H A Ddumpregs_5211.c230 DEFBASIC(AR_SREV, "SREV"),
H A Ddumpregs_5212.c260 DEFBASIC(AR_SREV, "SREV"),
H A Ddumpregs_5416.c262 DEFBASIC(AR_SREV, "SREV"),
/dragonfly/sys/dev/netif/ath/ath_hal/ar5210/
H A Dar5210reg.h61 #define AR_SREV 0x4020 /* Silicon revision */ macro
H A Dar5210_attach.c239 AH_PRIVATE(ah)->ah_macRev = OS_REG_READ(ah, AR_SREV) & 0xff; in ar5210Attach()
H A Dar5210_misc.c403 return (AH_PRIVATE(ah)->ah_macRev == (OS_REG_READ(ah, AR_SREV) & 0xff)); in ar5210DetectCardPresent()
/dragonfly/sys/dev/netif/ath/ath_hal/ar9001/
H A Dar9160_attach.c167 val = OS_REG_READ(ah, AR_SREV); in ar9160Attach()
/dragonfly/sys/dev/netif/ath/ath_hal/ar9002/
H A Dar9287_attach.c197 val = OS_REG_READ(ah, AR_SREV); in ar9287Attach()
H A Dar9285_attach.c215 val = OS_REG_READ(ah, AR_SREV); in ar9285Attach()
H A Dar9280_attach.c229 val = OS_REG_READ(ah, AR_SREV); in ar9280Attach()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211reg.h230 #define AR_SREV 0x4020 /* Silicon Revision register */ macro
H A Dar5211_attach.c261 val = OS_REG_READ(ah, AR_SREV) & AR_SREV_ID_M; in ar5211Attach()
H A Dar5211_misc.c402 v = OS_REG_READ(ah, AR_SREV) & AR_SREV_ID_M; in ar5211DetectCardPresent()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212reg.h239 #define AR_SREV 0x4020 /* Silicon Revision register */ macro
H A Dar5212_attach.c352 val = OS_REG_READ(ah, AR_SREV) & AR_SREV_ID; in ar5212Attach()
H A Dar5212_misc.c356 v = OS_REG_READ(ah, AR_SREV) & AR_SREV_ID; in ar5212DetectCardPresent()
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_attach.c562 val = OS_REG_READ(ah, AR_HOSTIF_REG(ah, AR_SREV)); in ar9300_read_revisions()
4052 AR_HOSTIF_REG(ah, AR_SREV) = in ar9300_init_hostif_offsets()
4159 AR_HOSTIF_REG(ah, AR_SREV) = in ar9340_init_hostif_offsets()
H A Dar9300_misc.c427 v = OS_REG_READ(ah, AR_HOSTIF_REG(ah, AR_SREV)) & AR_SREV_ID; in ar9300_detect_card_present()
430 v = OS_REG_READ(ah, AR_HOSTIF_REG(ah, AR_SREV)); in ar9300_detect_card_present()
H A Dar9300.h734 u_int32_t AR_SREV; member
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_attach.c340 val = OS_REG_READ(ah, AR_SREV) & AR_SREV_ID; in ar5416Attach()