Home
last modified time | relevance | path

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

/openbmc/linux/include/soc/fsl/qe/
H A Ducc_slow.h26 #define T_L 0x08000000 /* last */ macro
H A Ducc_fast.h31 #define T_L 0x08000000 /* last */ macro
/openbmc/linux/drivers/usb/gadget/udc/
H A Dfsl_qe_udc.h371 #define T_L 0x08000000 /* last */ macro
H A Dfsl_qe_udc.c1098 bdstatus |= T_R | T_I | T_L | T_TC in qe_ep_tx()
1101 bdstatus |= T_R | T_I | T_L | frame_get_length(frame); in qe_ep_tx()
/openbmc/linux/Documentation/arch/x86/i386/
H A DIO-APIC.rst94 echo -n pirq=; echo `scanpci | grep T_L | cut -c56-` | sed 's/ /,/g'
/openbmc/linux/drivers/net/ethernet/freescale/
H A Ducc_geth.c2950 bd_status = (bd_status & T_W) | T_R | T_I | T_L | skb->len; in ucc_geth_start_xmit()