Lines Matching refs:R_E
295 out_be32((u32 __iomem *)bd, R_E | R_I); in qe_epbds_reset()
298 out_be32((u32 __iomem *)bd, R_E | R_I | R_W); in qe_epbds_reset()
457 out_be32((u32 __iomem *)bd, (R_E | R_I)); in qe_ep_rxbd_update()
462 out_be32((u32 __iomem *)bd, (R_E | R_I | R_W)); in qe_ep_rxbd_update()
708 bdstatus = R_I | R_E | (bdstatus & R_W); in recycle_one_rxbd()
727 while (!(bdstatus & R_E) && !(bdstatus & BD_LENGTH_MASK) && !stop) { in recycle_rxbds()
728 bdstatus = R_E | R_I | (bdstatus & R_W); in recycle_rxbds()
752 if (!(bdstatus & R_E) && !(bdstatus & BD_LENGTH_MASK)) { in ep_recycle_rxbds()
827 while (!(bdstatus & R_E) && length) { in qe_ep0_rx()
952 while (!(bdstatus & R_E) && length) { in ep_rx_tasklet()
1484 while (!(bdstatus & R_E) && length) { in ep_req_rx()
2202 if (!(in_be32((u32 __iomem *)bd) & R_E) in rx_irq()