Home
last modified time | relevance | path

Searched refs:T_L (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/arch/m68k/include/asm/
Dm68360_enet.h22 #define T_L 0x0800 /* last in frame */ macro
/linux-3.4.99/arch/powerpc/include/asm/
Ducc_fast.h35 #define T_L 0x08000000 /* last */ macro
Ducc_slow.h30 #define T_L 0x08000000 /* last */ macro
/linux-3.4.99/drivers/usb/gadget/
Dfsl_qe_udc.h376 #define T_L 0x08000000 /* last */ macro
Dfsl_qe_udc.c1108 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()
/linux-3.4.99/Documentation/x86/i386/
DIO-APIC.txt88 echo -n pirq=; echo `scanpci | grep T_L | cut -c56-` | sed 's/ /,/g'
/linux-3.4.99/drivers/net/ethernet/freescale/
Ducc_geth.c3206 bd_status = (bd_status & T_W) | T_R | T_I | T_L | skb->len; in ucc_geth_start_xmit()