Home
last modified time | relevance | path

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

/linux-4.1.27/arch/m68k/include/asm/
Dm68360_regs.h333 if((bd)->status & T_W) \
340 while (!((bd)->status & T_W)) \
353 while (!((bd)->status & T_W)) \
382 if((bd)->status & T_W) \
389 while (!((bd)->status & T_W)) \
402 while (!((bd)->status & T_W)) \
Dm68360_enet.h20 #define T_W 0x2000 /* wrap bit */ macro
/linux-4.1.27/arch/powerpc/include/asm/
Ducc_fast.h33 #define T_W 0x20000000 /* wrap bit */ macro
Ducc_slow.h28 #define T_W 0x20000000 /* wrap bit */ macro
/linux-4.1.27/drivers/usb/gadget/udc/
Dfsl_qe_udc.c310 out_be32((u32 __iomem *)bd, T_W); in qe_epbds_reset()
405 out_be32((u32 __iomem *)bd, T_W); in qe_ep_bd_init()
1100 bdstatus = (bdstatus&T_W); in qe_ep_tx()
1127 if (bdstatus & T_W) in qe_ep_tx()
1372 while (!(bdstatus & T_R) && (bdstatus & ~T_W)) { in qe_ep0_txconf()
1376 out_be32((u32 __iomem *)bd, bdstatus & T_W); in qe_ep0_txconf()
1378 if (bdstatus & T_W) in qe_ep0_txconf()
1429 while (!(bdstatus & T_R) && (bdstatus & ~T_W)) { in qe_ep_txconf()
1440 out_be32((u32 __iomem *)bd, bdstatus & T_W); in qe_ep_txconf()
1442 if (bdstatus & T_W) in qe_ep_txconf()
Dfsl_qe_udc.h373 #define T_W 0x20000000 /* wrap bit */ macro
/linux-4.1.27/arch/powerpc/sysdev/qe_lib/
Ducc_slow.c242 out_be32((u32 *) bd, cpu_to_be32(T_W)); in ucc_slow_init()
/linux-4.1.27/drivers/net/ethernet/freescale/
Ducc_geth.c2274 out_be32((u32 __iomem *)bd, T_W); /* for last BD set Wrap bit */ in ucc_geth_alloc_tx()
3117 bd_status = (bd_status & T_W) | T_R | T_I | T_L | skb->len; in ucc_geth_start_xmit()
3123 if (!(bd_status & T_W)) in ucc_geth_start_xmit()
3271 if (!(bd_status & T_W)) in ucc_geth_tx()