Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath_hal/ar5210/
H A Dar5210reg.h120 #define AR_CFG_SWRD 0x00000004 /* BE for RX desc */ macro
H A Dar5210_reset.c604 mask = INIT_CONFIG_STATUS | AR_CFG_SWTD | AR_CFG_SWRD; in ar5210SetResetReg()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5312/
H A Dar5312_reset.c748 mask = INIT_CONFIG_STATUS | AR_CFG_SWRD; in ar5312SetResetReg()
751 AR_CFG_SWTD | AR_CFG_SWRD; in ar5312SetResetReg()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211reg.h280 #define AR_CFG_SWRD 0x00000004 /* byteswap rx descriptor words */ macro
H A Dar5211_reset.c770 mask = INIT_CONFIG_STATUS | AR_CFG_SWTD | AR_CFG_SWRD; in ar5211SetResetReg()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212reg.h345 #define AR_CFG_SWRD 0x00000004 /* byteswap rx descriptor words */ macro
H A Dar5212_reset.c1284 mask = INIT_CONFIG_STATUS | AR_CFG_SWRD; in ar5212SetResetReg()
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300.h1191 #define ar9300_init_cfg_reg(ah) OS_REG_RMW(ah, AR_CFG, AR_CFG_SWTD | AR_CFG_SWRD,0)
H A Dar9300reg.h44 #define AR_CFG_SWRD 0x00000004 // byteswap rx descriptor words macro
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_reset.c1436 mask = INIT_CONFIG_STATUS | AR_CFG_SWRD; in ar5416SetReset()