Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211reg.h770 #define AR_STA_ID1_BASE_RATE_11B 0x02000000 /* Use 11b base rate for ACK & CTS */ macro
H A Dar5211_reset.c241 macStaId1 = OS_REG_READ(ah, AR_STA_ID1) & AR_STA_ID1_BASE_RATE_11B; in ar5211Reset()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212reg.h865 #define AR_STA_ID1_BASE_RATE_11B 0x02000000/* Use 11b base rate for ACK & CTS */ macro
H A Dar5212_misc.c321 OS_REG_WRITE(ah, AR_STA_ID1, reg | AR_STA_ID1_BASE_RATE_11B); in ar5212SetBasicRate()
323 OS_REG_WRITE(ah, AR_STA_ID1, reg &~ AR_STA_ID1_BASE_RATE_11B); in ar5212SetBasicRate()
H A Dar5212_reset.c243 (AR_STA_ID1_BASE_RATE_11B | AR_STA_ID1_USE_DEFANT); in ar5212Reset()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5312/
H A Dar5312_reset.c193 (AR_STA_ID1_BASE_RATE_11B | AR_STA_ID1_USE_DEFANT); in ar5312Reset()
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c390 OS_REG_WRITE(ah, AR_STA_ID1, reg | AR_STA_ID1_BASE_RATE_11B); in ar9300_set_basic_rate()
392 OS_REG_WRITE(ah, AR_STA_ID1, reg &~ AR_STA_ID1_BASE_RATE_11B); in ar9300_set_basic_rate()
H A Dar9300reg.h1325 #define AR_STA_ID1_BASE_RATE_11B 0x02000000 // Use 11b base rate for ACK & CTS macro
H A Dar9300_reset.c4802 mac_sta_id1 = OS_REG_READ(ah, AR_STA_ID1) & AR_STA_ID1_BASE_RATE_11B; in ar9300_reset()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_reset.c160 (AR_STA_ID1_BASE_RATE_11B | AR_STA_ID1_USE_DEFANT); in ar5416Reset()