Searched refs:USB_PORT_STAT_ENABLE (Results 1 – 14 of 14) sorted by relevance
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/ |
D | usb.h | 47 #define USB_PORT_STAT_ENABLE 0x0002 macro
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
D | Usb2HostController.h | 43 #define USB_PORT_STAT_ENABLE 0x0002 macro
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusPei/ |
D | UsbPeim.c | 293 ((PortStatus.PortStatus & (USB_PORT_STAT_CONNECTION | USB_PORT_STAT_ENABLE)) == 0)) { in PeiHubEnumeration() 519 ((PortStatus.PortStatus & (USB_PORT_STAT_CONNECTION | USB_PORT_STAT_ENABLE)) == 0)) { in PeiUsbEnumeration()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/ |
D | XhcPeim.c | 26 {XHC_PORTSC_PED, USB_PORT_STAT_ENABLE}, 48 {XHC_HUB_PORTSC_PED, USB_PORT_STAT_ENABLE},
|
D | XhciSched.c | 869 if (((PortState->PortStatus & USB_PORT_STAT_ENABLE) != 0) && in XhcPeiPollPortStatusChange()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/ |
D | EhcPeim.c | 26 {PORTSC_ENABLED, USB_PORT_STAT_ENABLE},
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/ |
D | UsbHub.c | 1323 if (!USB_BIT_IS_SET (PortState.PortStatus, USB_PORT_STAT_ENABLE)) { in UsbRootHubResetPort()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/ |
D | Xhci.c | 23 {XHC_PORTSC_PED, USB_PORT_STAT_ENABLE}, 44 {XHC_HUB_PORTSC_PED, USB_PORT_STAT_ENABLE},
|
D | XhciSched.c | 1608 if (((PortState->PortStatus & USB_PORT_STAT_ENABLE) != 0) && in XhcPollPortStatusChange()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/ |
D | Uhci.c | 383 PortStatus->PortStatus |= USB_PORT_STAT_ENABLE; in Uhci2GetRootHubPortStatus()
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/ |
D | OhcPeim.c | 609 PortStatus->PortStatus |= USB_PORT_STAT_ENABLE; in OhciGetRootHubPortStatus()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/ |
D | Ehci.c | 34 {PORTSC_ENABLED, USB_PORT_STAT_ENABLE},
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciPei/ |
D | UhcPeim.c | 719 PortStatus->PortStatus |= USB_PORT_STAT_ENABLE; in UhcGetRootHubPortStatus()
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/ |
D | Ohci.c | 1531 PortStatus->PortStatus |= USB_PORT_STAT_ENABLE; in OhciGetRootHubPortStatus()
|