Lines Matching +full:0 +full:x1fff
69 for (i = 0; i < 1000; i++) { in ar5210StopDmaReceive()
70 if ((OS_REG_READ(ah, AR_CR) & AR_CR_RXE) == 0) in ar5210StopDmaReceive()
76 ath_hal_printf(ah, "AR_CR=0x%x\n", OS_REG_READ(ah, AR_CR)); in ar5210StopDmaReceive()
77 ath_hal_printf(ah, "AR_DIAG_SW=0x%x\n", OS_REG_READ(ah, AR_DIAG_SW)); in ar5210StopDmaReceive()
103 * Set multicast filter 0 (lower 32-bits)
189 ads->ds_ctl0 = 0; in ar5210SetupRxDesc()
198 ads->ds_status0 = ads->ds_status1 = 0; in ar5210SetupRxDesc()
220 if ((ads->ds_status1 & AR_Done) == 0) in ar5210ProcRxDesc()
227 if ((ands->ds_status1 & AR_Done) == 0 && OS_REG_READ(ah, AR_RXDP) == pa) in ar5210ProcRxDesc()
236 now = (OS_REG_READ(ah, AR_TSF_L32) >> 10) & 0xffff; in ar5210ProcRxDesc()
237 if ((now & 0x1fff) < rstamp) in ar5210ProcRxDesc()
238 rstamp |= (now - 0x2000) & 0xffff; in ar5210ProcRxDesc()
242 rs->rs_tstamp = rstamp & 0x7fff; in ar5210ProcRxDesc()
243 rs->rs_status = 0; in ar5210ProcRxDesc()
244 if ((ads->ds_status1 & AR_FrmRcvOK) == 0) { in ar5210ProcRxDesc()
265 rs->rs_antenna = (ads->ds_status0 & AR_RcvAntenna) ? 1 : 0; in ar5210ProcRxDesc()
266 rs->rs_more = (ads->ds_status0 & AR_More) ? 1 : 0; in ar5210ProcRxDesc()