Home
last modified time | relevance | path

Searched refs:QTD_STS_XACT (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEHCI.h1415 #define QTD_STS_XACT ((U32)1 << 3) /* device gave illegal response */ macro
H A DdrvEhciHcd.c2400 } else if (token & QTD_STS_XACT) { in qtd_copy_status()