Searched refs:T_W (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | fsl_qe_udc.c | 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() [all...] |
H A D | fsl_qe_udc.h | 369 #define T_W 0x20000000 /* wrap bit */ macro
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | fsl_qe_udc.c | 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() 1096 bdstatus = (bdstatus&T_W); in qe_ep_tx() 1123 if (bdstatus & T_W) in qe_ep_tx() 1368 while (!(bdstatus & T_R) && (bdstatus & ~T_W)) { in qe_ep0_txconf() 1372 out_be32((u32 __iomem *)bd, bdstatus & T_W); in qe_ep0_txconf() 1374 if (bdstatus & T_W) in qe_ep0_txconf() 1425 while (!(bdstatus & T_R) && (bdstatus & ~T_W)) { in qe_ep_txconf() 1436 out_be32((u32 __iomem *)bd, bdstatus & T_W); in qe_ep_txconf() 1438 if (bdstatus & T_W) in qe_ep_txconf() [all...] |
H A D | fsl_qe_udc.h | 369 #define T_W 0x20000000 /* wrap bit */ macro
|
/kernel/linux/linux-5.10/include/soc/fsl/qe/ |
H A D | ucc_fast.h | 29 #define T_W 0x20000000 /* wrap bit */ macro
|
H A D | ucc_slow.h | 24 #define T_W 0x20000000 /* wrap bit */ macro
|
/kernel/linux/linux-6.6/include/soc/fsl/qe/ |
H A D | ucc_fast.h | 29 #define T_W 0x20000000 /* wrap bit */ macro
|
H A D | ucc_slow.h | 24 #define T_W 0x20000000 /* wrap bit */ macro
|
/kernel/linux/linux-5.10/drivers/soc/fsl/qe/ |
H A D | ucc_slow.c | 232 qe_iowrite32be(T_W, (u32 __iomem *)bd); in ucc_slow_init()
|
/kernel/linux/linux-6.6/drivers/soc/fsl/qe/ |
H A D | ucc_slow.c | 232 iowrite32be(T_W, (u32 __iomem *)bd); in ucc_slow_init()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/ |
H A D | ucc_geth.c | 2269 out_be32((u32 __iomem *)bd, T_W); /* for last BD set Wrap bit */ in ucc_geth_alloc_tx() 3112 bd_status = (bd_status & T_W) | T_R | T_I | T_L | skb->len; in ucc_geth_start_xmit() 3118 if (!(bd_status & T_W)) in ucc_geth_start_xmit() 3269 if (!(bd_status & T_W)) in ucc_geth_tx()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/ |
H A D | ucc_geth.c | 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()
|
Completed in 18 milliseconds