Searched refs:T_L (Results 1 – 6 of 6) sorted by relevance
26 #define T_L 0x08000000 /* last */ macro
31 #define T_L 0x08000000 /* last */ macro
371 #define T_L 0x08000000 /* last */ macro
1092 bdstatus |= T_R | T_I | T_L | T_TC in qe_ep_tx()1095 bdstatus |= T_R | T_I | T_L | frame_get_length(frame); in qe_ep_tx()
94 echo -n pirq=; echo `scanpci | grep T_L | cut -c56-` | sed 's/ /,/g'
3112 bd_status = (bd_status & T_W) | T_R | T_I | T_L | skb->len; in ucc_geth_start_xmit()