Home
last modified time | relevance | path

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

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