Searched refs:R_E (Results 1 – 6 of 6) sorted by relevance
37 #define R_E 0x8000 /* buffer empty */ macro
25 #define R_E 0x80000000 /* buffer empty */ macro
49 #define R_E 0x80000000 /* buffer empty */ macro
305 out_be32((u32 __iomem *)bd, R_E | R_I); in qe_epbds_reset()308 out_be32((u32 __iomem *)bd, R_E | R_I | R_W); in qe_epbds_reset()471 out_be32((u32 __iomem *)bd, (R_E | R_I)); in qe_ep_rxbd_update()476 out_be32((u32 __iomem *)bd, (R_E | R_I | R_W)); in qe_ep_rxbd_update()724 bdstatus = R_I | R_E | (bdstatus & R_W); in recycle_one_rxbd()743 while (!(bdstatus & R_E) && !(bdstatus & BD_LENGTH_MASK) && !stop) { in recycle_rxbds()744 bdstatus = R_E | R_I | (bdstatus & R_W); in recycle_rxbds()768 if (!(bdstatus & R_E) && !(bdstatus & BD_LENGTH_MASK)) { in ep_recycle_rxbds()843 while (!(bdstatus & R_E) && length) { in qe_ep0_rx()968 while (!(bdstatus & R_E) && length) { in ep_rx_tasklet()[all …]
398 #define R_E 0x80000000 /* buffer empty */ macro
239 (R_E | R_I | (in_be32((u32 __iomem*)bd) & R_W))); in get_new_skb()3265 while (!((bd_status & (R_E)) || (--rx_work_limit < 0))) { in ucc_geth_rx()