Home
last modified time | relevance | path

Searched refs:R_W (Results 1 – 4 of 4) sorted by relevance

/drivers/usb/gadget/udc/
Dfsl_qe_udc.c302 out_be32((u32 __iomem *)bd, R_E | R_I | R_W); in qe_epbds_reset()
396 out_be32((u32 __iomem *)bd, R_W); in qe_ep_bd_init()
466 out_be32((u32 __iomem *)bd, (R_E | R_I | R_W)); in qe_ep_rxbd_update()
712 bdstatus = R_I | R_E | (bdstatus & R_W); in recycle_one_rxbd()
715 if (bdstatus & R_W) in recycle_one_rxbd()
732 bdstatus = R_E | R_I | (bdstatus & R_W); in recycle_rxbds()
735 if (bdstatus & R_W) in recycle_rxbds()
763 if (bdstatus & R_W) in ep_recycle_rxbds()
870 if (bdstatus & R_W) in qe_ep0_rx()
998 if (bdstatus & R_W) in ep_rx_tasklet()
[all …]
Dfsl_qe_udc.h398 #define R_W 0x20000000 /* wrap bit */ macro
/drivers/soc/fsl/qe/
Ducc_slow.c254 out_be32((u32*)bd, cpu_to_be32(R_W)); in ucc_slow_init()
/drivers/net/ethernet/freescale/
Ducc_geth.c235 (R_E | R_I | (in_be32((u32 __iomem*)bd) & R_W))); in get_new_skb()
263 } while (!(bd_status & R_W)); in rx_bd_buffer_set()
2353 out_be32((u32 __iomem *)bd, R_W); /* for last BD set Wrap bit */ in ucc_geth_alloc_rx()
3227 if (bd_status & R_W) in ucc_geth_rx()