Home
last modified time | relevance | path

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

/linux-3.4.99/arch/m68k/include/asm/
Dm68360_enet.h39 #define R_I 0x1000 /* interrupt on reception */ macro
/linux-3.4.99/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-3.4.99/drivers/usb/gadget/
Dfsl_qe_udc.h400 #define R_I 0x10000000 /* interrupt on reception */ macro
Dfsl_qe_udc.c305 out_be32((u32 __iomem *)bd, R_E | R_I); in qe_epbds_reset()
308 out_be32((u32 __iomem *)bd, R_E | R_I | R_W); in qe_epbds_reset()
471 out_be32((u32 __iomem *)bd, (R_E | R_I)); in qe_ep_rxbd_update()
476 out_be32((u32 __iomem *)bd, (R_E | R_I | R_W)); in qe_ep_rxbd_update()
724 bdstatus = R_I | R_E | (bdstatus & R_W); in recycle_one_rxbd()
744 bdstatus = R_E | R_I | (bdstatus & R_W); in recycle_rxbds()
/linux-3.4.99/drivers/net/ethernet/freescale/
Ducc_geth.c239 (R_E | R_I | (in_be32((u32 __iomem*)bd) & R_W))); in get_new_skb()
2391 out_be32((u32 __iomem *)bd, R_I); in ucc_geth_alloc_rx()