Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
DEhci.c124 UINT32 DbgCtrlStatus; in EhcReset() local
151 DbgCtrlStatus = EhcReadDbgRegister(Ehc, 0); in EhcReset()
152 …if ((DbgCtrlStatus & (USB_DEBUG_PORT_IN_USE | USB_DEBUG_PORT_OWNER)) == (USB_DEBUG_PORT_IN_USE | U… in EhcReset()
348 UINT32 DbgCtrlStatus; in EhcGetRootHubPortStatus() local
371 DbgCtrlStatus = EhcReadDbgRegister(Ehc, 0); in EhcGetRootHubPortStatus()
372 …if ((DbgCtrlStatus & (USB_DEBUG_PORT_IN_USE | USB_DEBUG_PORT_OWNER)) == (USB_DEBUG_PORT_IN_USE | U… in EhcGetRootHubPortStatus()