Home | History | Annotate | Download | only in EhciDxe

Lines Matching refs:mUsbPortStateMap

32 USB_PORT_STATE_MAP  mUsbPortStateMap[] = {

395 MapSize = sizeof (mUsbPortStateMap) / sizeof (USB_PORT_STATE_MAP);
398 if (EHC_BIT_IS_SET (State, mUsbPortStateMap[Index].HwState)) {
399 PortStatus->PortStatus = (UINT16) (PortStatus->PortStatus | mUsbPortStateMap[Index].UefiState);