Home
last modified time | relevance | path

Searched refs:T_W (Results 1 – 3 of 3) sorted by relevance

/drivers/usb/gadget/
Dfsl_qe_udc.c316 out_be32((u32 __iomem *)bd, T_W); in qe_epbds_reset()
411 out_be32((u32 __iomem *)bd, T_W); in qe_ep_bd_init()
1106 bdstatus = (bdstatus&T_W); in qe_ep_tx()
1133 if (bdstatus & T_W) in qe_ep_tx()
1378 while (!(bdstatus & T_R) && (bdstatus & ~T_W)) { in qe_ep0_txconf()
1382 out_be32((u32 __iomem *)bd, bdstatus & T_W); in qe_ep0_txconf()
1384 if (bdstatus & T_W) in qe_ep0_txconf()
1435 while (!(bdstatus & T_R) && (bdstatus & ~T_W)) { in qe_ep_txconf()
1446 out_be32((u32 __iomem *)bd, bdstatus & T_W); in qe_ep_txconf()
1448 if (bdstatus & T_W) in qe_ep_txconf()
Dfsl_qe_udc.h374 #define T_W 0x20000000 /* wrap bit */ macro
/drivers/net/ethernet/freescale/
Ducc_geth.c2322 out_be32((u32 __iomem *)bd, T_W); /* for last BD set Wrap bit */ in ucc_geth_alloc_tx()
3206 bd_status = (bd_status & T_W) | T_R | T_I | T_L | skb->len; in ucc_geth_start_xmit()
3212 if (!(bd_status & T_W)) in ucc_geth_start_xmit()
3371 if (!(bd_status & T_W)) in ucc_geth_tx()