Home
last modified time | relevance | path

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

/linux-4.4.14/arch/m68k/include/asm/
Dm68360_enet.h39 #define R_I 0x1000 /* interrupt on reception */ macro
/linux-4.4.14/arch/powerpc/include/asm/
Ducc_fast.h27 #define R_I 0x10000000 /* interrupt on reception */ macro
Ducc_slow.h51 #define R_I 0x10000000 /* interrupt on reception */ macro
/linux-4.4.14/drivers/usb/gadget/udc/
Dfsl_qe_udc.h399 #define R_I 0x10000000 /* interrupt on reception */ macro
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()
738 bdstatus = R_E | R_I | (bdstatus & R_W); in recycle_rxbds()
/linux-4.4.14/drivers/net/ethernet/freescale/
Ducc_geth.c235 (R_E | R_I | (in_be32((u32 __iomem*)bd) & R_W))); in get_new_skb()
2346 out_be32((u32 __iomem *)bd, R_I); in ucc_geth_alloc_rx()