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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhci.c123 UINT32 DbgCtrlStatus; local
138 DbgCtrlStatus = EhcReadDbgRegister(Ehc, 0);
139 if ((DbgCtrlStatus & (USB_DEBUG_PORT_IN_USE | USB_DEBUG_PORT_OWNER)) == (USB_DEBUG_PORT_IN_USE | USB_DEBUG_PORT_OWNER)) {
335 UINT32 DbgCtrlStatus; local
358 DbgCtrlStatus = EhcReadDbgRegister(Ehc, 0);
359 if ((DbgCtrlStatus & (USB_DEBUG_PORT_IN_USE | USB_DEBUG_PORT_OWNER)) == (USB_DEBUG_PORT_IN_USE | USB_DEBUG_PORT_OWNER)) {

Completed in 91 milliseconds