Searched refs:T_W (Results 1 – 6 of 6) sorted by relevance
28 #define T_W 0x20000000 /* wrap bit */ macro
33 #define T_W 0x20000000 /* wrap bit */ macro
306 out_be32((u32 __iomem *)bd, T_W); in qe_epbds_reset()401 out_be32((u32 __iomem *)bd, T_W); in qe_ep_bd_init()1090 bdstatus = (bdstatus&T_W); in qe_ep_tx()1117 if (bdstatus & T_W) in qe_ep_tx()1362 while (!(bdstatus & T_R) && (bdstatus & ~T_W)) { in qe_ep0_txconf()1366 out_be32((u32 __iomem *)bd, bdstatus & T_W); in qe_ep0_txconf()1368 if (bdstatus & T_W) in qe_ep0_txconf()1419 while (!(bdstatus & T_R) && (bdstatus & ~T_W)) { in qe_ep_txconf()1430 out_be32((u32 __iomem *)bd, bdstatus & T_W); in qe_ep_txconf()1432 if (bdstatus & T_W) in qe_ep_txconf()
369 #define T_W 0x20000000 /* wrap bit */ macro
242 out_be32((u32 *) bd, cpu_to_be32(T_W)); in ucc_slow_init()
2280 out_be32((u32 __iomem *)bd, T_W); /* for last BD set Wrap bit */ in ucc_geth_alloc_tx()3122 bd_status = (bd_status & T_W) | T_R | T_I | T_L | skb->len; in ucc_geth_start_xmit()3128 if (!(bd_status & T_W)) in ucc_geth_start_xmit()3279 if (!(bd_status & T_W)) in ucc_geth_tx()