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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBotPei/
H A DPeiUsbLib.c312 @param PortChangeStatus The usb port change status gotten.
320 IN UINT16 PortChangeStatus
324 // return the bit 0 value of PortChangeStatus
326 if ((PortChangeStatus & USB_PORT_STAT_C_CONNECTION) != 0) {
H A DPeiUsbLib.h238 @param PortChangeStatus The usb port change status gotten.
246 IN UINT16 PortChangeStatus
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusPei/
H A DPeiUsbLib.c314 @param PortChangeStatus The usb port change status gotten.
322 IN UINT16 PortChangeStatus
326 // return the bit 0 value of PortChangeStatus
328 if ((PortChangeStatus & USB_PORT_STAT_C_CONNECTION) != 0) {
H A DPeiUsbLib.h240 @param PortChangeStatus The usb port change status gotten.
248 IN UINT16 PortChangeStatus
H A DUsbPeim.c242 if (IsPortConnectChange (PortStatus.PortChangeStatus)) {
419 DEBUG ((EFI_D_INFO, "USB Status --- ConnectChange[%04x] Status[%04x]\n", PortStatus.PortChangeStatus, PortStatus.PortStatus));
420 if (IsPortConnectChange (PortStatus.PortChangeStatus)) {
H A DHubPeim.c492 } while ((HubPortStatus.PortChangeStatus & USB_PORT_STAT_C_RESET) == 0 && Try > 0);
/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) {
865 Port, PortState.PortStatus, PortState.PortChangeStatus, HubIf));
873 if (USB_BIT_IS_SET (PortState.PortChangeStatus, USB_PORT_STAT_C_OVERCURRENT)) {
895 if (USB_BIT_IS_SET (PortState.PortChangeStatus, USB_PORT_STAT_C_ENABLE)) {
905 if (USB_BIT_IS_SET (PortState.PortChangeStatus, USB_PORT_STAT_C_CONNECTION)) {
H A DUsbHub.c529 if (USB_BIT_IS_SET (HubState.PortChangeStatus, USB_HUB_STAT_C_LOCAL_POWER)) {
533 if (USB_BIT_IS_SET (HubState.PortChangeStatus, USB_HUB_STAT_C_OVER_CURRENT)) {
885 if (USB_BIT_IS_SET (PortState.PortChangeStatus, Map->ChangedBit)) {
1177 if (USB_BIT_IS_SET (PortState.PortChangeStatus, Map->ChangedBit)) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciPei/
H A DEhcPeim.c921 PortStatus->PortChangeStatus = 0;
953 PortStatus->PortChangeStatus = (UINT16) (PortStatus->PortChangeStatus | mUsbPortChangeMap[Index].UefiState);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/
H A DXhci.c370 PortStatus->PortChangeStatus = 0;
415 PortStatus->PortChangeStatus = (UINT16) (PortStatus->PortChangeStatus | mUsbPortChangeMap[Index].UefiState);
990 PortStatus.PortChangeStatus = 0;
1025 PortStatus.PortChangeStatus = (UINT16) (PortStatus.PortChangeStatus | mUsbHubPortChangeMap[Index].UefiState);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DUsb2HostController.h36 UINT16 PortChangeStatus; ///< Contains current port status change bitmap. member in struct:__anon12380
54 /// EFI_USB_PORT_STATUS.PortChangeStatus bit definition
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhci.c363 PortStatus->PortChangeStatus = 0;
394 PortStatus->PortChangeStatus |= USB_PORT_STAT_C_CONNECTION;
398 PortStatus->PortChangeStatus |= USB_PORT_STAT_C_ENABLE;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhci.c355 PortStatus->PortChangeStatus = 0;
394 PortStatus->PortChangeStatus = (UINT16) (PortStatus->PortChangeStatus | mUsbPortChangeMap[Index].UefiState);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciPei/
H A DUhcPeim.c701 PortStatus->PortChangeStatus = 0;
742 PortStatus->PortChangeStatus |= USB_PORT_STAT_C_CONNECTION;
748 PortStatus->PortChangeStatus |= USB_PORT_STAT_C_ENABLE;

Completed in 83 milliseconds