Searched refs:ah_diagreg (Results 1 - 12 of 12) sorted by path

/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c999 AH_PRIVATE(ah)->ah_diagreg = setting;
1001 AH_PRIVATE(ah)->ah_diagreg = setting & 0x6; /* ACK+CTS */
1003 OS_REG_WRITE(ah, AR_DIAG_SW, AH_PRIVATE(ah)->ah_diagreg);
H A Dar9300_reset.c4260 if (AH_PRIVATE(ah)->ah_diagreg != 0) {
4261 OS_REG_SET_BIT(ah, AR_DIAG_SW, AH_PRIVATE(ah)->ah_diagreg);
/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah.c639 *result = AH_PRIVATE(ah)->ah_diagreg;
H A Dah_internal.h395 uint32_t ah_diagreg; /* user-specified AR_DIAG_SW */ member in struct:ath_hal_private
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_misc.c610 AH_PRIVATE(ah)->ah_diagreg = setting;
612 AH_PRIVATE(ah)->ah_diagreg = setting & 0x6; /* ACK+CTS */
614 ar5210UpdateDiagReg(ah, AH_PRIVATE(ah)->ah_diagreg);
H A Dar5210_reset.c292 if (AH_PRIVATE(ah)->ah_diagreg != 0)
293 ar5210UpdateDiagReg(ah, AH_PRIVATE(ah)->ah_diagreg);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_misc.c653 AH_PRIVATE(ah)->ah_diagreg = setting;
655 AH_PRIVATE(ah)->ah_diagreg = setting & 0x6; /* ACK+CTS */
657 OS_REG_WRITE(ah, AR_DIAG_SW, AH_PRIVATE(ah)->ah_diagreg);
H A Dar5211_reset.c538 if (AH_PRIVATE(ah)->ah_diagreg != 0)
539 OS_REG_WRITE(ah, AR_DIAG_SW, AH_PRIVATE(ah)->ah_diagreg);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c853 *result = AH_PRIVATE(ah)->ah_diagreg;
991 AH_PRIVATE(ah)->ah_diagreg = setting;
992 OS_REG_WRITE(ah, AR_DIAG_SW, AH_PRIVATE(ah)->ah_diagreg);
H A Dar5212_reset.c680 if (AH_PRIVATE(ah)->ah_diagreg != 0)
681 OS_REG_WRITE(ah, AR_DIAG_SW, AH_PRIVATE(ah)->ah_diagreg);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_reset.c556 if (AH_PRIVATE(ah)->ah_diagreg != 0)
557 OS_REG_WRITE(ah, AR_DIAG_SW, AH_PRIVATE(ah)->ah_diagreg);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c742 if (AH_PRIVATE(ah)->ah_diagreg != 0)
743 OS_REG_WRITE(ah, AR_DIAG_SW, AH_PRIVATE(ah)->ah_diagreg);

Completed in 231 milliseconds