Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
DUhciReg.h90 #define USBTD_STALLED BIT6 // TD is stalled macro
DUhciSched.c463 if ((State & USBTD_STALLED) != 0) { in UhciCheckTdStatus()