Home
last modified time | relevance | path

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

/linux-2.6.39/arch/m68k/include/asm/
Dm68360_enet.h18 #define T_R 0x8000 /* ready bit */ macro
/linux-2.6.39/arch/powerpc/include/asm/
Ducc_fast.h32 #define T_R 0x80000000 /* ready bit */ macro
Ducc_slow.h26 #define T_R 0x80000000 /* ready bit */ macro
/linux-2.6.39/drivers/usb/gadget/
Dfsl_qe_udc.h373 #define T_R 0x80000000 /* ready bit */ macro
Dfsl_qe_udc.c1097 if (!(bdstatus & (T_R | BD_LENGTH_MASK))) { in qe_ep_tx()
1108 bdstatus |= T_R | T_I | T_L | T_TC in qe_ep_tx()
1111 bdstatus |= T_R | T_I | T_L | frame_get_length(frame); in qe_ep_tx()
1378 while (!(bdstatus & T_R) && (bdstatus & ~T_W)) { in qe_ep0_txconf()
1435 while (!(bdstatus & T_R) && (bdstatus & ~T_W)) { in qe_ep_txconf()
2227 if (!(in_be32((u32 __iomem *)bd) & T_R) in tx_irq()
/linux-2.6.39/drivers/net/
Ducc_geth.c3148 bd_status = (bd_status & T_W) | T_R | T_I | T_L | skb->len; in ucc_geth_start_xmit()
3280 while ((bd_status & T_R) == 0) { in ucc_geth_tx()