Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
DUhciReg.h89 #define USBTD_ACTIVE BIT7 // TD is still active macro
DUhciQueue.c348 Td->TdHw.Status |= USBTD_ACTIVE; in UhciCreateSetupTd()
411 Td->TdHw.Status = USBTD_ACTIVE; in UhciCreateDataTd()
459 Td->TdHw.Status |= USBTD_ACTIVE; in UhciCreateStatusTd()
DUhciSched.c490 } else if ((State & USBTD_ACTIVE) != 0) { in UhciCheckTdStatus()
664 Td->TdHw.Status |= USBTD_ACTIVE; in UhciUpdateAsyncReq()