Home
last modified time | relevance | path

Searched refs:PortChangeStatus (Results 1 – 22 of 22) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusPei/
DPeiUsbLib.c258 IN UINT16 PortChangeStatus in IsPortConnectChange() argument
264 if ((PortChangeStatus & USB_PORT_STAT_C_CONNECTION) != 0) { in IsPortConnectChange()
DUsbPeim.c246 …--- Port: %x ConnectChange[%04x] Status[%04x]\n", Index, PortStatus.PortChangeStatus, PortStatus.P… in PeiHubEnumeration()
250 …if ((PortStatus.PortChangeStatus & (USB_PORT_STAT_C_CONNECTION | USB_PORT_STAT_C_ENABLE | USB_PORT… in PeiHubEnumeration()
292 if (((PortStatus.PortChangeStatus & USB_PORT_STAT_C_RESET) == 0) || in PeiHubEnumeration()
476 …--- Port: %x ConnectChange[%04x] Status[%04x]\n", Index, PortStatus.PortChangeStatus, PortStatus.P… in PeiUsbEnumeration()
480 …if ((PortStatus.PortChangeStatus & (USB_PORT_STAT_C_CONNECTION | USB_PORT_STAT_C_ENABLE | USB_PORT… in PeiUsbEnumeration()
518 if (((PortStatus.PortChangeStatus & USB_PORT_STAT_C_RESET) == 0) || in PeiUsbEnumeration()
DPeiUsbLib.h229 IN UINT16 PortChangeStatus
DHubPeim.c615 if (USB_BIT_IS_SET (HubPortStatus.PortChangeStatus, USB_PORT_STAT_C_RESET)) { in PeiResetHubPort()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
DUsbHub.c529 if (USB_BIT_IS_SET (HubState.PortChangeStatus, USB_HUB_STAT_C_LOCAL_POWER)) { in UsbHubAckHubStatus()
533 if (USB_BIT_IS_SET (HubState.PortChangeStatus, USB_HUB_STAT_C_OVER_CURRENT)) { in UsbHubAckHubStatus()
890 if (USB_BIT_IS_SET (PortState.PortChangeStatus, Map->ChangedBit)) { in UsbHubClearPortChange()
975 } else if (USB_BIT_IS_SET (PortState.PortChangeStatus, USB_PORT_STAT_C_RESET)) { in UsbHubResetPort()
1005 USB_BIT_IS_SET (PortState.PortChangeStatus, USB_PORT_STAT_C_RESET)) { in UsbHubResetPort()
1195 if (USB_BIT_IS_SET (PortState.PortChangeStatus, Map->ChangedBit)) { in UsbRootHubClearPortChange()
1289 } else if (USB_BIT_IS_SET (PortState.PortChangeStatus, USB_PORT_STAT_C_RESET)) { in UsbRootHubResetPort()
DUsbEnumer.c899 …if ((PortState.PortChangeStatus & (USB_PORT_STAT_C_CONNECTION | USB_PORT_STAT_C_ENABLE | USB_PORT_… in UsbEnumeratePort()
904 Port, PortState.PortStatus, PortState.PortChangeStatus, HubIf)); in UsbEnumeratePort()
912 if (USB_BIT_IS_SET (PortState.PortChangeStatus, USB_PORT_STAT_C_OVERCURRENT)) { in UsbEnumeratePort()
934 if (USB_BIT_IS_SET (PortState.PortChangeStatus, USB_PORT_STAT_C_ENABLE)) { in UsbEnumeratePort()
944 if (USB_BIT_IS_SET (PortState.PortChangeStatus, USB_PORT_STAT_C_CONNECTION)) { in UsbEnumeratePort()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBotPei/
DPeiUsbLib.c320 IN UINT16 PortChangeStatus in IsPortConnectChange() argument
326 if ((PortChangeStatus & USB_PORT_STAT_C_CONNECTION) != 0) { in IsPortConnectChange()
DPeiUsbLib.h246 IN UINT16 PortChangeStatus
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbHostDxe/
DDwUsbHostDxe.h79 UINT16 PortChangeStatus; member
DDwUsbHostDxe.c348 PortStatus->PortChangeStatus = 0; in DwHcGetRootHubPortStatus()
382 PortStatus->PortChangeStatus |= USB_PORT_STAT_C_CONNECTION; in DwHcGetRootHubPortStatus()
386 PortStatus->PortChangeStatus |= USB_PORT_STAT_C_OVERCURRENT; in DwHcGetRootHubPortStatus()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
DXhcPeim.c771 PortStatus.PortChangeStatus = 0; in XhcPeiControlTransfer()
804 …PortStatus.PortChangeStatus = (UINT16) (PortStatus.PortChangeStatus | mUsbHubPortChangeMap[Index].… in XhcPeiControlTransfer()
1325 PortStatus->PortChangeStatus = 0; in XhcPeiGetRootHubPortStatus()
1372 …PortStatus->PortChangeStatus = (UINT16) (PortStatus->PortChangeStatus | mUsbPortChangeMap[Index].U… in XhcPeiGetRootHubPortStatus()
1391 …tHubPortStatus: PortChangeStatus: %x PortStatus: %x\n", PortStatus->PortChangeStatus, PortStatus->… in XhcPeiGetRootHubPortStatus()
DXhciSched.c838 …ortStatusChange: PortChangeStatus: %x PortStatus: %x\n", PortState->PortChangeStatus, PortState->P… in XhcPeiPollPortStatusChange()
842 …if ((PortState->PortChangeStatus & (USB_PORT_STAT_C_CONNECTION | USB_PORT_STAT_C_ENABLE | USB_PORT… in XhcPeiPollPortStatusChange()
886 if ((SlotId == 0) && ((PortState->PortChangeStatus & USB_PORT_STAT_C_RESET) != 0)) { in XhcPeiPollPortStatusChange()
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
DOhcPeim.c613 PortStatus->PortChangeStatus = 0; in OhciGetRootHubPortStatus()
637 PortStatus->PortChangeStatus |= USB_PORT_STAT_C_ENABLE; in OhciGetRootHubPortStatus()
640 PortStatus->PortChangeStatus |= USB_PORT_STAT_C_CONNECTION; in OhciGetRootHubPortStatus()
643 PortStatus->PortChangeStatus |= USB_PORT_STAT_C_SUSPEND; in OhciGetRootHubPortStatus()
646 PortStatus->PortChangeStatus |= USB_PORT_STAT_C_OVERCURRENT; in OhciGetRootHubPortStatus()
649 PortStatus->PortChangeStatus |= USB_PORT_STAT_C_RESET; in OhciGetRootHubPortStatus()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Dusb.h237 UINT16 PortChangeStatus; member
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
DEhcPeim.c946 PortStatus->PortChangeStatus = 0; in EhcGetRootHubPortStatus()
978 …PortStatus->PortChangeStatus = (UINT16) (PortStatus->PortChangeStatus | mUsbPortChangeMap[Index].U… in EhcGetRootHubPortStatus()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
DXhci.c401 PortStatus->PortChangeStatus = 0; in XhcGetRootHubPortStatus()
446 …PortStatus->PortChangeStatus = (UINT16) (PortStatus->PortChangeStatus | mUsbPortChangeMap[Index].U… in XhcGetRootHubPortStatus()
1049 PortStatus.PortChangeStatus = 0; in XhcControlTransfer()
1082 …PortStatus.PortChangeStatus = (UINT16) (PortStatus.PortChangeStatus | mUsbHubPortChangeMap[Index].… in XhcControlTransfer()
DXhciSched.c1577 …if ((PortState->PortChangeStatus & (USB_PORT_STAT_C_CONNECTION | USB_PORT_STAT_C_ENABLE | USB_PORT… in XhcPollPortStatusChange()
1621 if ((SlotId == 0) && ((PortState->PortChangeStatus & USB_PORT_STAT_C_RESET) != 0)) { in XhcPollPortStatusChange()
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
DOhci.c1534 PortStatus->PortChangeStatus = 0; in OhciGetRootHubPortStatus()
1558 PortStatus->PortChangeStatus |= USB_PORT_STAT_C_ENABLE; in OhciGetRootHubPortStatus()
1561 PortStatus->PortChangeStatus |= USB_PORT_STAT_C_CONNECTION; in OhciGetRootHubPortStatus()
1564 PortStatus->PortChangeStatus |= USB_PORT_STAT_C_SUSPEND; in OhciGetRootHubPortStatus()
1567 PortStatus->PortChangeStatus |= USB_PORT_STAT_C_OVERCURRENT; in OhciGetRootHubPortStatus()
1570 PortStatus->PortChangeStatus |= USB_PORT_STAT_C_RESET; in OhciGetRootHubPortStatus()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DUsb2HostController.h36 UINT16 PortChangeStatus; ///< Contains current port status change bitmap. member
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
DUhci.c374 PortStatus->PortChangeStatus = 0; in Uhci2GetRootHubPortStatus()
405 PortStatus->PortChangeStatus |= USB_PORT_STAT_C_CONNECTION; in Uhci2GetRootHubPortStatus()
409 PortStatus->PortChangeStatus |= USB_PORT_STAT_C_ENABLE; in Uhci2GetRootHubPortStatus()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
DEhci.c368 PortStatus->PortChangeStatus = 0; in EhcGetRootHubPortStatus()
407 …PortStatus->PortChangeStatus = (UINT16) (PortStatus->PortChangeStatus | mUsbPortChangeMap[Index].U… in EhcGetRootHubPortStatus()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciPei/
DUhcPeim.c705 PortStatus->PortChangeStatus = 0; in UhcGetRootHubPortStatus()
746 PortStatus->PortChangeStatus |= USB_PORT_STAT_C_CONNECTION; in UhcGetRootHubPortStatus()
752 PortStatus->PortChangeStatus |= USB_PORT_STAT_C_ENABLE; in UhcGetRootHubPortStatus()