Home
last modified time | relevance | path

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

/linux-3.4.99/arch/m68k/include/asm/
Dm68360_enet.h21 #define T_I 0x1000 /* interrupt on completion */ macro
/linux-3.4.99/arch/powerpc/include/asm/
Ducc_fast.h34 #define T_I 0x10000000 /* interrupt on completion */ macro
Ducc_slow.h29 #define T_I 0x10000000 /* interrupt on completion */ macro
/linux-3.4.99/drivers/usb/gadget/
Dfsl_qe_udc.h375 #define T_I 0x10000000 /* interrupt on completion */ 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/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()