Home
last modified time | relevance | path

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

/openbmc/linux/include/soc/fsl/qe/
H A Ducc_slow.h47 #define R_I 0x10000000 /* interrupt on reception */ macro
H A Ducc_fast.h23 #define R_I 0x10000000 /* interrupt on reception */ macro
/openbmc/linux/drivers/usb/gadget/udc/
H A Dfsl_qe_udc.h395 #define R_I 0x10000000 /* interrupt on reception */ macro
H A 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()
734 bdstatus = R_E | R_I | (bdstatus & R_W); in recycle_rxbds()
/openbmc/linux/drivers/net/ethernet/freescale/
H A Ducc_geth.c252 (R_E | R_I | (in_be32((u32 __iomem*)bd) & R_W))); in get_new_skb()
2246 out_be32((u32 __iomem *)bd, R_I); in ucc_geth_alloc_rx()