Searched refs:USB_PORT_STAT_C_RESET (Results 1 – 12 of 12) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusPei/ |
D | UsbPeim.c | 250 …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()
|
D | HubPeim.c | 615 if (USB_BIT_IS_SET (HubPortStatus.PortChangeStatus, USB_PORT_STAT_C_RESET)) { in PeiResetHubPort()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/ |
D | usb.h | 60 #define USB_PORT_STAT_C_RESET 0x0010 macro
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/ |
D | UsbHub.c | 30 {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()
|
D | UsbEnumer.c | 903 …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/ |
D | Usb2HostController.h | 60 #define USB_PORT_STAT_C_RESET 0x0010 macro
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/ |
D | XhcPeim.c | 36 {XHC_PORTSC_PRC, USB_PORT_STAT_C_RESET} 58 {XHC_HUB_PORTSC_PRC, USB_PORT_STAT_C_RESET}
|
D | XhciSched.c | 842 …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/ |
D | Xhci.c | 32 {XHC_PORTSC_PRC, USB_PORT_STAT_C_RESET} 53 {XHC_HUB_PORTSC_PRC, USB_PORT_STAT_C_RESET}
|
D | XhciSched.c | 1581 …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/ |
D | OhcPeim.c | 639 PortStatus->PortChangeStatus |= USB_PORT_STAT_C_RESET; in OhciGetRootHubPortStatus()
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/ |
D | Ohci.c | 1561 PortStatus->PortChangeStatus |= USB_PORT_STAT_C_RESET; in OhciGetRootHubPortStatus()
|