Searched refs:mUsbHubPortStateMap (Results 1 – 2 of 2) sorted by relevance
46 USB_PORT_STATE_MAP mUsbHubPortStateMap[] = { variable794 MapSize = sizeof (mUsbHubPortStateMap) / sizeof (USB_PORT_STATE_MAP); in XhcPeiControlTransfer()796 if (XHC_BIT_IS_SET (State, mUsbHubPortStateMap[Index].HwState)) { in XhcPeiControlTransfer()797 … PortStatus.PortStatus = (UINT16) (PortStatus.PortStatus | mUsbHubPortStateMap[Index].UefiState); in XhcPeiControlTransfer()
42 USB_PORT_STATE_MAP mUsbHubPortStateMap[] = { variable1072 MapSize = sizeof (mUsbHubPortStateMap) / sizeof (USB_PORT_STATE_MAP); in XhcControlTransfer()1074 if (XHC_BIT_IS_SET (State, mUsbHubPortStateMap[Index].HwState)) { in XhcControlTransfer()1075 … PortStatus.PortStatus = (UINT16) (PortStatus.PortStatus | mUsbHubPortStateMap[Index].UefiState); in XhcControlTransfer()