Home
last modified time | relevance | path

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

/linux-4.1.27/arch/m68k/include/asm/
Dm68360_enet.h37 #define R_E 0x8000 /* buffer empty */ macro
/linux-4.1.27/drivers/usb/gadget/udc/
Dfsl_qe_udc.c299 out_be32((u32 __iomem *)bd, R_E | R_I); in qe_epbds_reset()
302 out_be32((u32 __iomem *)bd, R_E | R_I | R_W); in qe_epbds_reset()
465 out_be32((u32 __iomem *)bd, (R_E | R_I)); in qe_ep_rxbd_update()
470 out_be32((u32 __iomem *)bd, (R_E | R_I | R_W)); in qe_ep_rxbd_update()
718 bdstatus = R_I | R_E | (bdstatus & R_W); in recycle_one_rxbd()
737 while (!(bdstatus & R_E) && !(bdstatus & BD_LENGTH_MASK) && !stop) { in recycle_rxbds()
738 bdstatus = R_E | R_I | (bdstatus & R_W); in recycle_rxbds()
762 if (!(bdstatus & R_E) && !(bdstatus & BD_LENGTH_MASK)) { in ep_recycle_rxbds()
837 while (!(bdstatus & R_E) && length) { in qe_ep0_rx()
962 while (!(bdstatus & R_E) && length) { in ep_rx_tasklet()
[all …]
Dfsl_qe_udc.h397 #define R_E 0x80000000 /* buffer empty */ macro
/linux-4.1.27/arch/powerpc/include/asm/
Ducc_fast.h25 #define R_E 0x80000000 /* buffer empty */ macro
Ducc_slow.h49 #define R_E 0x80000000 /* buffer empty */ macro
/linux-4.1.27/drivers/net/ethernet/freescale/
Ducc_geth.c235 (R_E | R_I | (in_be32((u32 __iomem*)bd) & R_W))); in get_new_skb()
3176 while (!((bd_status & (R_E)) || (--rx_work_limit < 0))) { in ucc_geth_rx()