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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/
H A DXhci.c35 USB_PORT_STATE_MAP mUsbHubPortStateMap[] = { variable
1015 MapSize = sizeof (mUsbHubPortStateMap) / sizeof (USB_PORT_STATE_MAP);
1017 if (XHC_BIT_IS_SET (State, mUsbHubPortStateMap[Index].HwState)) {
1018 PortStatus.PortStatus = (UINT16) (PortStatus.PortStatus | mUsbHubPortStateMap[Index].UefiState);

Completed in 46 milliseconds