Home
last modified time | relevance | path

Searched refs:USB_PORT_STAT_ENABLE (Results 1 – 15 of 15) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Dusb.h47 #define USB_PORT_STAT_ENABLE 0x0002 macro
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DUsb2HostController.h43 #define USB_PORT_STAT_ENABLE 0x0002 macro
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusPei/
DUsbPeim.c293 ((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/
DXhcPeim.c26 {XHC_PORTSC_PED, USB_PORT_STAT_ENABLE},
48 {XHC_HUB_PORTSC_PED, USB_PORT_STAT_ENABLE},
DXhciSched.c869 if (((PortState->PortStatus & USB_PORT_STAT_ENABLE) != 0) && in XhcPeiPollPortStatusChange()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
DEhcPeim.c26 {PORTSC_ENABLED, USB_PORT_STAT_ENABLE},
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
DUsbHub.c1341 if (!USB_BIT_IS_SET (PortState.PortStatus, USB_PORT_STAT_ENABLE)) { in UsbRootHubResetPort()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
DXhci.c23 {XHC_PORTSC_PED, USB_PORT_STAT_ENABLE},
44 {XHC_HUB_PORTSC_PED, USB_PORT_STAT_ENABLE},
DXhciSched.c1604 if (((PortState->PortStatus & USB_PORT_STAT_ENABLE) != 0) && in XhcPollPortStatusChange()
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbHostDxe/
DDwUsbHostDxe.c356 PortStatus->PortStatus |= USB_PORT_STAT_ENABLE; in DwHcGetRootHubPortStatus()
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
DOhcPeim.c619 PortStatus->PortStatus |= USB_PORT_STAT_ENABLE; in OhciGetRootHubPortStatus()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
DUhci.c383 PortStatus->PortStatus |= USB_PORT_STAT_ENABLE; in Uhci2GetRootHubPortStatus()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
DEhci.c34 {PORTSC_ENABLED, USB_PORT_STAT_ENABLE},
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciPei/
DUhcPeim.c719 PortStatus->PortStatus |= USB_PORT_STAT_ENABLE; in UhcGetRootHubPortStatus()
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
DOhci.c1540 PortStatus->PortStatus |= USB_PORT_STAT_ENABLE; in OhciGetRootHubPortStatus()