Searched refs:R_I (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/soc/fsl/qe/ |
H A D | ucc_fast.h | 23 #define R_I 0x10000000 /* interrupt on reception */ macro
|
H A D | ucc_slow.h | 47 #define R_I 0x10000000 /* interrupt on reception */ macro
|
/kernel/linux/linux-6.6/include/soc/fsl/qe/ |
H A D | ucc_fast.h | 23 #define R_I 0x10000000 /* interrupt on reception */ macro
|
H A D | ucc_slow.h | 47 #define R_I 0x10000000 /* interrupt on reception */ macro
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | fsl_qe_udc.h | 395 #define R_I 0x10000000 /* interrupt on reception */ macro
|
H A D | fsl_qe_udc.c | 295 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-6.6/drivers/usb/gadget/udc/ |
H A D | fsl_qe_udc.h | 395 #define R_I 0x10000000 /* interrupt on reception */ macro
|
H A D | fsl_qe_udc.c | 295 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/ |
H A D | ucc_geth.c | 232 (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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/ |
H A D | ucc_geth.c | 252 (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()
|
Completed in 20 milliseconds