Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/gadget/udc/
Dfsl_qe_udc.c295 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()
714 bdstatus = R_I | R_E | (bdstatus & R_W); in recycle_one_rxbd()
733 while (!(bdstatus & R_E) && !(bdstatus & BD_LENGTH_MASK) && !stop) { in recycle_rxbds()
734 bdstatus = R_E | R_I | (bdstatus & R_W); in recycle_rxbds()
758 if (!(bdstatus & R_E) && !(bdstatus & BD_LENGTH_MASK)) { in ep_recycle_rxbds()
833 while (!(bdstatus & R_E) && length) { in qe_ep0_rx()
958 while (!(bdstatus & R_E) && length) { in ep_rx_tasklet()
[all …]
Dfsl_qe_udc.h393 #define R_E 0x80000000 /* buffer empty */ macro
/linux-6.1.9/include/soc/fsl/qe/
Ducc_fast.h21 #define R_E 0x80000000 /* buffer empty */ macro
Ducc_slow.h45 #define R_E 0x80000000 /* buffer empty */ macro
/linux-6.1.9/drivers/net/ethernet/freescale/
Ducc_geth.c251 (R_E | R_I | (in_be32((u32 __iomem*)bd) & R_W))); in get_new_skb()
3008 while (!((bd_status & (R_E)) || (--rx_work_limit < 0))) { in ucc_geth_rx()