Home
last modified time | relevance | path

Searched refs:AR_RXDP (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_recv.c37 return OS_REG_READ(ah, AR_RXDP); in ar5211GetRxDP()
48 OS_REG_WRITE(ah, AR_RXDP, rxdp); in ar5211SetRxDP()
49 HALASSERT(OS_REG_READ(ah, AR_RXDP) == rxdp); in ar5211SetRxDP()
220 if ((ands->ds_status1 & AR_Done) == 0 && OS_REG_READ(ah, AR_RXDP) == pa) in ar5211ProcRxDesc()
H A Dar5211reg.h33 #define AR_RXDP 0x000C /* receive queue descriptor pointer */ macro
H A Dar5211_reset.c756 (void) OS_REG_READ(ah, AR_RXDP);/* flush any pending MMR writes */ in ar5211SetResetReg()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_recv.c37 return OS_REG_READ(ath, AR_RXDP); in ar5212GetRxDP()
48 OS_REG_WRITE(ah, AR_RXDP, rxdp); in ar5212SetRxDP()
49 HALASSERT(OS_REG_READ(ah, AR_RXDP) == rxdp); in ar5212SetRxDP()
260 if ((ands->ds_rxstatus1&AR_Done) == 0 && OS_REG_READ(ah, AR_RXDP) == pa) in ar5212ProcRxDesc()
H A Dar5212reg.h28 #define AR_RXDP 0x000C /* MAC receive queue descriptor pointer */ macro
H A Dar5212_reset.c1231 OS_REG_READ(ah, AR_RXDP); in ar5212SetResetReg()
1267 OS_REG_READ(ah, AR_RXDP); in ar5212SetResetReg()
1271 (void) OS_REG_READ(ah, AR_RXDP);/* flush any pending MMR writes */ in ar5212SetResetReg()
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_recv.c37 return OS_REG_READ(ah, AR_RXDP); in ar5210GetRxDP()
48 OS_REG_WRITE(ah, AR_RXDP, rxdp); in ar5210SetRxDP()
227 if ((ands->ds_status1 & AR_Done) == 0 && OS_REG_READ(ah, AR_RXDP) == pa) in ar5210ProcRxDesc()
H A Dar5210reg.h37 #define AR_RXDP 0x000c /* RX queue descriptor ptr register */ macro
H A Dar5210_reset.c165 OS_REG_WRITE(ah, AR_RXDP, 0); in ar5210Reset()
/freebsd/tools/tools/ath/common/
H A Ddumpregs_5210.c45 DEFBASIC(AR_RXDP, "RXDP"),
H A Ddumpregs_5211.c43 DEFBASIC(AR_RXDP, "RXDP"),
H A Ddumpregs_5212.c46 DEFBASIC(AR_RXDP, "RXDP"),
H A Ddumpregs_5416.c45 DEFBASIC(AR_RXDP, "RXDP"),
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_power.c998 OS_REG_WRITE(ah, AR_RXDP, 0x0); in ar9300_set_power_mode_wow_sleep()