Home
last modified time | relevance | path

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

/linux/include/soc/fsl/qe/
A Ducc_fast.h28 #define T_R 0x80000000 /* ready bit */ macro
A Ducc_slow.h22 #define T_R 0x80000000 /* ready bit */ macro
/linux/drivers/usb/gadget/udc/
A Dfsl_qe_udc.h368 #define T_R 0x80000000 /* ready bit */ macro
A Dfsl_qe_udc.c1088 if (!(bdstatus & (T_R | BD_LENGTH_MASK))) { in qe_ep_tx()
1099 bdstatus |= T_R | T_I | T_L | T_TC in qe_ep_tx()
1102 bdstatus |= T_R | T_I | T_L | frame_get_length(frame); in qe_ep_tx()
1369 while (!(bdstatus & T_R) && (bdstatus & ~T_W)) { in qe_ep0_txconf()
1426 while (!(bdstatus & T_R) && (bdstatus & ~T_W)) { in qe_ep_txconf()
2185 if (!(in_be32((u32 __iomem *)bd) & T_R) in tx_irq()
/linux/drivers/net/ethernet/freescale/
A Ducc_geth.c2950 bd_status = (bd_status & T_W) | T_R | T_I | T_L | skb->len; in ucc_geth_start_xmit()
3081 while ((bd_status & T_R) == 0) { in ucc_geth_tx()

Completed in 22 milliseconds