Home
last modified time | relevance | path

Searched refs:USB_PORT_STAT_C_RESET (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusPei/
DUsbPeim.c250 …CONNECTION | USB_PORT_STAT_C_ENABLE | USB_PORT_STAT_C_OVERCURRENT | USB_PORT_STAT_C_RESET)) == 0) { in PeiHubEnumeration()
292 if (((PortStatus.PortChangeStatus & USB_PORT_STAT_C_RESET) == 0) || in PeiHubEnumeration()
480 …CONNECTION | USB_PORT_STAT_C_ENABLE | USB_PORT_STAT_C_OVERCURRENT | USB_PORT_STAT_C_RESET)) == 0) { in PeiUsbEnumeration()
518 if (((PortStatus.PortChangeStatus & USB_PORT_STAT_C_RESET) == 0) || in PeiUsbEnumeration()
DHubPeim.c615 if (USB_BIT_IS_SET (HubPortStatus.PortChangeStatus, USB_PORT_STAT_C_RESET)) { in PeiResetHubPort()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Dusb.h60 #define USB_PORT_STAT_C_RESET 0x0010 macro
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
DUsbHub.c30 {USB_PORT_STAT_C_RESET, EfiUsbPortResetChange}
38 {USB_PORT_STAT_C_RESET, EfiUsbPortResetChange},
996 USB_BIT_IS_SET (PortState.PortChangeStatus, USB_PORT_STAT_C_RESET)) { in UsbHubResetPort()
DUsbEnumer.c903 …CONNECTION | USB_PORT_STAT_C_ENABLE | USB_PORT_STAT_C_OVERCURRENT | USB_PORT_STAT_C_RESET)) == 0) { in UsbEnumeratePort()
971 if (USB_BIT_IS_SET (PortState.PortChangeStatus, USB_PORT_STAT_C_RESET)) { in UsbEnumeratePort()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DUsb2HostController.h60 #define USB_PORT_STAT_C_RESET 0x0010 macro
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
DXhcPeim.c36 {XHC_PORTSC_PRC, USB_PORT_STAT_C_RESET}
58 {XHC_HUB_PORTSC_PRC, USB_PORT_STAT_C_RESET}
DXhciSched.c842 …CONNECTION | USB_PORT_STAT_C_ENABLE | USB_PORT_STAT_C_OVERCURRENT | USB_PORT_STAT_C_RESET)) == 0) { in XhcPeiPollPortStatusChange()
886 if ((SlotId == 0) && ((PortState->PortChangeStatus & USB_PORT_STAT_C_RESET) != 0)) { in XhcPeiPollPortStatusChange()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
DXhci.c32 {XHC_PORTSC_PRC, USB_PORT_STAT_C_RESET}
53 {XHC_HUB_PORTSC_PRC, USB_PORT_STAT_C_RESET}
DXhciSched.c1581 …CONNECTION | USB_PORT_STAT_C_ENABLE | USB_PORT_STAT_C_OVERCURRENT | USB_PORT_STAT_C_RESET)) == 0) { in XhcPollPortStatusChange()
1625 if ((SlotId == 0) && ((PortState->PortChangeStatus & USB_PORT_STAT_C_RESET) != 0)) { in XhcPollPortStatusChange()
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
DOhcPeim.c639 PortStatus->PortChangeStatus |= USB_PORT_STAT_C_RESET; in OhciGetRootHubPortStatus()
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
DOhci.c1561 PortStatus->PortChangeStatus |= USB_PORT_STAT_C_RESET; in OhciGetRootHubPortStatus()