Home
last modified time | relevance | path

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

/linux/include/soc/fsl/qe/
H A Ducc_fast.h29 #define T_W 0x20000000 /* wrap bit */ macro
H A Ducc_slow.h24 #define T_W 0x20000000 /* wrap bit */ macro
/linux/drivers/usb/gadget/udc/
H A Dfsl_qe_udc.h369 #define T_W 0x20000000 /* wrap bit */ macro
/linux/drivers/soc/fsl/qe/
H A Ducc_slow.c232 iowrite32be(T_W, (u32 __iomem *)bd); in ucc_slow_init()
/linux/drivers/net/ethernet/freescale/
H A Ducc_geth.c2092 out_be32((u32 __iomem *)bd, T_W); /* for last BD set Wrap bit */ in ucc_geth_alloc_tx()
2847 bd_status = (bd_status & T_W) | T_R | T_I | T_L | skb->len; in ucc_geth_start_xmit()
2853 if (!(bd_status & T_W)) in ucc_geth_start_xmit()
3004 if (!(bd_status & T_W)) in ucc_geth_tx()