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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DUsb2HostController.h57 #define USB_PORT_STAT_C_ENABLE 0x0002 macro
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbEnumer.c860 if ((PortState.PortChangeStatus & (USB_PORT_STAT_C_CONNECTION | USB_PORT_STAT_C_ENABLE | USB_PORT_STAT_C_OVERCURRENT | USB_PORT_STAT_C_RESET)) == 0) {
895 if (USB_BIT_IS_SET (PortState.PortChangeStatus, USB_PORT_STAT_C_ENABLE)) {
H A DUsbHub.c27 {USB_PORT_STAT_C_ENABLE, EfiUsbPortEnableChange},
35 {USB_PORT_STAT_C_ENABLE, EfiUsbPortEnableChange},
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciPei/
H A DEhcPeim.c36 {PORTSC_ENABLE_CHANGE, USB_PORT_STAT_C_ENABLE},
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/
H A DXhci.c30 {XHC_PORTSC_PEC, USB_PORT_STAT_C_ENABLE},
44 {XHC_HUB_PORTSC_PEC, USB_PORT_STAT_C_ENABLE},
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhci.c398 PortStatus->PortChangeStatus |= USB_PORT_STAT_C_ENABLE;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhci.c43 {PORTSC_ENABLE_CHANGE, USB_PORT_STAT_C_ENABLE},
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciPei/
H A DUhcPeim.c748 PortStatus->PortChangeStatus |= USB_PORT_STAT_C_ENABLE;

Completed in 186 milliseconds