Searched refs:T_W (Results 1 – 6 of 6) sorted by relevance
29 #define T_W 0x20000000 /* wrap bit */ macro
24 #define T_W 0x20000000 /* wrap bit */ macro
307 out_be32((u32 __iomem *)bd, T_W); in qe_epbds_reset()402 out_be32((u32 __iomem *)bd, T_W); in qe_ep_bd_init()1097 bdstatus = (bdstatus&T_W); in qe_ep_tx()1124 if (bdstatus & T_W) in qe_ep_tx()1369 while (!(bdstatus & T_R) && (bdstatus & ~T_W)) { in qe_ep0_txconf()1373 out_be32((u32 __iomem *)bd, bdstatus & T_W); in qe_ep0_txconf()1375 if (bdstatus & T_W) in qe_ep0_txconf()1426 while (!(bdstatus & T_R) && (bdstatus & ~T_W)) { in qe_ep_txconf()1437 out_be32((u32 __iomem *)bd, bdstatus & T_W); in qe_ep_txconf()1439 if (bdstatus & T_W) in qe_ep_txconf()
369 #define T_W 0x20000000 /* wrap bit */ macro
232 iowrite32be(T_W, (u32 __iomem *)bd); in ucc_slow_init()
2195 out_be32((u32 __iomem *)bd, T_W); /* for last BD set Wrap bit */ in ucc_geth_alloc_tx()2950 bd_status = (bd_status & T_W) | T_R | T_I | T_L | skb->len; in ucc_geth_start_xmit()2956 if (!(bd_status & T_W)) in ucc_geth_start_xmit()3107 if (!(bd_status & T_W)) in ucc_geth_tx()