Home
last modified time | relevance | path

Searched refs:T_UN (Results 1 – 3 of 3) sorted by relevance

/drivers/usb/gadget/udc/
Dfsl_qe_udc.h383 #define T_UN 0x00020000 /* underrun */ macro
385 #define DEVICE_T_ERROR (T_UN | T_TO)
386 #define HOST_T_ERROR (T_UN | T_TO | T_NAK | T_STAL)
Dfsl_qe_udc.c1382 if (bdstatus & T_UN) in qe_ep0_txconf()
1429 if (bdstatus & T_UN) in qe_ep_txconf()
/drivers/net/ethernet/freescale/
Ducc_geth.h810 #define T_UN (((u32) TX_ERRORS_UN ) << 16) macro
813 | T_UN | T_CSL) /* transmit errors to report */