Home
last modified time | relevance | path

Searched refs:ah_diagreg (Results 1 – 12 of 12) sorted by relevance

/freebsd-13-stable/sys/dev/ath/ath_hal/ar5210/
HDar5210_misc.c617 AH_PRIVATE(ah)->ah_diagreg = setting; in ar5210SetCapability()
619 AH_PRIVATE(ah)->ah_diagreg = setting & 0x6; /* ACK+CTS */ in ar5210SetCapability()
621 ar5210UpdateDiagReg(ah, AH_PRIVATE(ah)->ah_diagreg); in ar5210SetCapability()
HDar5210_reset.c292 if (AH_PRIVATE(ah)->ah_diagreg != 0) in ar5210Reset()
293 ar5210UpdateDiagReg(ah, AH_PRIVATE(ah)->ah_diagreg); in ar5210Reset()
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5211/
HDar5211_misc.c660 AH_PRIVATE(ah)->ah_diagreg = setting; in ar5211SetCapability()
662 AH_PRIVATE(ah)->ah_diagreg = setting & 0x6; /* ACK+CTS */ in ar5211SetCapability()
664 OS_REG_WRITE(ah, AR_DIAG_SW, AH_PRIVATE(ah)->ah_diagreg); in ar5211SetCapability()
HDar5211_reset.c538 if (AH_PRIVATE(ah)->ah_diagreg != 0) in ar5211Reset()
539 OS_REG_WRITE(ah, AR_DIAG_SW, AH_PRIVATE(ah)->ah_diagreg); in ar5211Reset()
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5312/
HDar5312_reset.c556 if (AH_PRIVATE(ah)->ah_diagreg != 0) in ar5312Reset()
557 OS_REG_WRITE(ah, AR_DIAG_SW, AH_PRIVATE(ah)->ah_diagreg); in ar5312Reset()
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5212/
HDar5212_misc.c853 *result = AH_PRIVATE(ah)->ah_diagreg; in ar5212GetCapability()
991 AH_PRIVATE(ah)->ah_diagreg = setting; in ar5212SetCapability()
992 OS_REG_WRITE(ah, AR_DIAG_SW, AH_PRIVATE(ah)->ah_diagreg); in ar5212SetCapability()
HDar5212_reset.c680 if (AH_PRIVATE(ah)->ah_diagreg != 0) in ar5212Reset()
681 OS_REG_WRITE(ah, AR_DIAG_SW, AH_PRIVATE(ah)->ah_diagreg); in ar5212Reset()
/freebsd-13-stable/sys/dev/ath/ath_hal/
HDah_internal.h401 uint32_t ah_diagreg; /* user-specified AR_DIAG_SW */ member
HDah.c740 *result = AH_PRIVATE(ah)->ah_diagreg; in ath_hal_getcapability()
/freebsd-13-stable/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_misc.c1010 AH_PRIVATE(ah)->ah_diagreg = setting; in ar9300_set_capability()
1012 AH_PRIVATE(ah)->ah_diagreg = setting & 0x6; /* ACK+CTS */ in ar9300_set_capability()
1014 OS_REG_WRITE(ah, AR_DIAG_SW, AH_PRIVATE(ah)->ah_diagreg); in ar9300_set_capability()
HDar9300_reset.c4298 if (AH_PRIVATE(ah)->ah_diagreg != 0) { in ar9300_init_user_settings()
4299 OS_REG_SET_BIT(ah, AR_DIAG_SW, AH_PRIVATE(ah)->ah_diagreg); in ar9300_init_user_settings()
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5416/
HDar5416_reset.c743 if (AH_PRIVATE(ah)->ah_diagreg != 0) in ar5416InitUserSettings()
744 OS_REG_WRITE(ah, AR_DIAG_SW, AH_PRIVATE(ah)->ah_diagreg); in ar5416InitUserSettings()