Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/external/isc/atheros_hal/dist/ar5210/
H A Dar5210_misc.c601 AH_PRIVATE(ah)->ah_diagreg = setting; in ar5210SetCapability()
603 AH_PRIVATE(ah)->ah_diagreg = setting & 0x6; /* ACK+CTS */ in ar5210SetCapability()
605 OS_REG_WRITE(ah, AR_DIAG_SW, AH_PRIVATE(ah)->ah_diagreg); in ar5210SetCapability()
H A Dar5210_reset.c290 if (AH_PRIVATE(ah)->ah_diagreg != 0) in ar5210Reset()
291 OS_REG_WRITE(ah, AR_DIAG_SW, AH_PRIVATE(ah)->ah_diagreg); in ar5210Reset()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/isc/atheros_hal/dist/ar5211/
H A Dar5211_misc.c648 AH_PRIVATE(ah)->ah_diagreg = setting; in ar5211SetCapability()
650 AH_PRIVATE(ah)->ah_diagreg = setting & 0x6; /* ACK+CTS */ in ar5211SetCapability()
652 OS_REG_WRITE(ah, AR_DIAG_SW, AH_PRIVATE(ah)->ah_diagreg); in ar5211SetCapability()
H A Dar5211_reset.c546 if (AH_PRIVATE(ah)->ah_diagreg != 0) in ar5211Reset()
547 OS_REG_WRITE(ah, AR_DIAG_SW, AH_PRIVATE(ah)->ah_diagreg); in ar5211Reset()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_misc.c831 *result = AH_PRIVATE(ah)->ah_diagreg; in ar5212GetCapability()
951 AH_PRIVATE(ah)->ah_diagreg = setting; in ar5212SetCapability()
952 OS_REG_WRITE(ah, AR_DIAG_SW, AH_PRIVATE(ah)->ah_diagreg); in ar5212SetCapability()
H A Dar5212_reset.c666 if (AH_PRIVATE(ah)->ah_diagreg != 0) in ar5212Reset()
667 OS_REG_WRITE(ah, AR_DIAG_SW, AH_PRIVATE(ah)->ah_diagreg); in ar5212Reset()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/isc/atheros_hal/dist/ar5312/
H A Dar5312_reset.c581 if (AH_PRIVATE(ah)->ah_diagreg != 0) in ar5312Reset()
582 OS_REG_WRITE(ah, AR_DIAG_SW, AH_PRIVATE(ah)->ah_diagreg); in ar5312Reset()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/isc/atheros_hal/dist/
H A Dah_internal.h280 uint32_t ah_diagreg; /* user-specified AR_DIAG_SW */ member
H A Dah.c474 *result = AH_PRIVATE(ah)->ah_diagreg; in ath_hal_getcapability()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar5416_reset.c634 if (AH_PRIVATE(ah)->ah_diagreg != 0) in ar5416InitUserSettings()
635 OS_REG_WRITE(ah, AR_DIAG_SW, AH_PRIVATE(ah)->ah_diagreg); in ar5416InitUserSettings()