Searched refs:R_I (Results 1 – 4 of 4) sorted by relevance
23 #define R_I 0x10000000 /* interrupt on reception */ macro
47 #define R_I 0x10000000 /* interrupt on reception */ macro
296 out_be32((u32 __iomem *)bd, R_E | R_I); in qe_epbds_reset()299 out_be32((u32 __iomem *)bd, R_E | R_I | R_W); in qe_epbds_reset()458 out_be32((u32 __iomem *)bd, (R_E | R_I)); in qe_ep_rxbd_update()463 out_be32((u32 __iomem *)bd, (R_E | R_I | R_W)); in qe_ep_rxbd_update()715 bdstatus = R_I | R_E | (bdstatus & R_W); in recycle_one_rxbd()735 bdstatus = R_E | R_I | (bdstatus & R_W); in recycle_rxbds()
395 #define R_I 0x10000000 /* interrupt on reception */ macro