Home | History | Annotate | Download | only in Pei

Lines Matching refs:PortStatus

586   @param  PortStatus             Variable to receive the port state.

589 by PortNumber was returned in PortStatus.
600 OUT EFI_USB_PORT_STATUS *PortStatus
612 PortStatus->PortStatus = 0;
613 PortStatus->PortChangeStatus = 0;
616 PortStatus->PortStatus |= USB_PORT_STAT_CONNECTION;
619 PortStatus->PortStatus |= USB_PORT_STAT_ENABLE;
622 PortStatus->PortStatus |= USB_PORT_STAT_SUSPEND;
625 PortStatus->PortStatus |= USB_PORT_STAT_OVERCURRENT;
628 PortStatus->PortStatus |= USB_PORT_STAT_RESET;
631 PortStatus->PortStatus |= USB_PORT_STAT_POWER;
634 PortStatus->PortStatus |= USB_PORT_STAT_LOW_SPEED;
637 PortStatus->PortChangeStatus |= USB_PORT_STAT_C_ENABLE;
640 PortStatus->PortChangeStatus |= USB_PORT_STAT_C_CONNECTION;
643 PortStatus->PortChangeStatus |= USB_PORT_STAT_C_SUSPEND;
646 PortStatus->PortChangeStatus |= USB_PORT_STAT_C_OVERCURRENT;
649 PortStatus->PortChangeStatus |= USB_PORT_STAT_C_RESET;