Home
last modified time | relevance | path

Searched refs:R_E (Results 1 – 3 of 3) sorted by relevance

/drivers/usb/gadget/
Dfsl_qe_udc.c304 out_be32((u32 __iomem *)bd, R_E | R_I); in qe_epbds_reset()
307 out_be32((u32 __iomem *)bd, R_E | R_I | R_W); in qe_epbds_reset()
470 out_be32((u32 __iomem *)bd, (R_E | R_I)); in qe_ep_rxbd_update()
475 out_be32((u32 __iomem *)bd, (R_E | R_I | R_W)); in qe_ep_rxbd_update()
723 bdstatus = R_I | R_E | (bdstatus & R_W); in recycle_one_rxbd()
742 while (!(bdstatus & R_E) && !(bdstatus & BD_LENGTH_MASK) && !stop) { in recycle_rxbds()
743 bdstatus = R_E | R_I | (bdstatus & R_W); in recycle_rxbds()
767 if (!(bdstatus & R_E) && !(bdstatus & BD_LENGTH_MASK)) { in ep_recycle_rxbds()
842 while (!(bdstatus & R_E) && length) { in qe_ep0_rx()
967 while (!(bdstatus & R_E) && length) { in ep_rx_tasklet()
[all …]
Dfsl_qe_udc.h398 #define R_E 0x80000000 /* buffer empty */ macro
/drivers/net/
Ducc_geth.c236 (R_E | R_I | (in_be32((u32 __iomem*)bd) & R_W))); in get_new_skb()
3135 while (!((bd_status & (R_E)) || (--rx_work_limit < 0))) { in ucc_geth_rx()