Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Dusb.h57 #define USB_PORT_STAT_C_ENABLE 0x0002 macro
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DUsb2HostController.h57 #define USB_PORT_STAT_C_ENABLE 0x0002 macro
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
DUsbEnumer.c899 …if ((PortState.PortChangeStatus & (USB_PORT_STAT_C_CONNECTION | USB_PORT_STAT_C_ENABLE | USB_PORT_… in UsbEnumeratePort()
934 if (USB_BIT_IS_SET (PortState.PortChangeStatus, USB_PORT_STAT_C_ENABLE)) { in UsbEnumeratePort()
DUsbHub.c27 {USB_PORT_STAT_C_ENABLE, EfiUsbPortEnableChange},
35 {USB_PORT_STAT_C_ENABLE, EfiUsbPortEnableChange},
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusPei/
DUsbPeim.c250 …if ((PortStatus.PortChangeStatus & (USB_PORT_STAT_C_CONNECTION | USB_PORT_STAT_C_ENABLE | USB_PORT… in PeiHubEnumeration()
480 …if ((PortStatus.PortChangeStatus & (USB_PORT_STAT_C_CONNECTION | USB_PORT_STAT_C_ENABLE | USB_PORT… in PeiUsbEnumeration()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
DXhcPeim.c34 {XHC_PORTSC_PEC, USB_PORT_STAT_C_ENABLE},
56 {XHC_HUB_PORTSC_PEC, USB_PORT_STAT_C_ENABLE},
DXhciSched.c842 …if ((PortState->PortChangeStatus & (USB_PORT_STAT_C_CONNECTION | USB_PORT_STAT_C_ENABLE | USB_PORT… in XhcPeiPollPortStatusChange()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
DEhcPeim.c36 {PORTSC_ENABLE_CHANGE, USB_PORT_STAT_C_ENABLE},
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
DXhci.c30 {XHC_PORTSC_PEC, USB_PORT_STAT_C_ENABLE},
51 {XHC_HUB_PORTSC_PEC, USB_PORT_STAT_C_ENABLE},
DXhciSched.c1577 …if ((PortState->PortChangeStatus & (USB_PORT_STAT_C_CONNECTION | USB_PORT_STAT_C_ENABLE | USB_PORT… in XhcPollPortStatusChange()
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
DOhcPeim.c637 PortStatus->PortChangeStatus |= USB_PORT_STAT_C_ENABLE; in OhciGetRootHubPortStatus()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
DUhci.c409 PortStatus->PortChangeStatus |= USB_PORT_STAT_C_ENABLE; in Uhci2GetRootHubPortStatus()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
DEhci.c44 {PORTSC_ENABLE_CHANGE, USB_PORT_STAT_C_ENABLE},
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciPei/
DUhcPeim.c752 PortStatus->PortChangeStatus |= USB_PORT_STAT_C_ENABLE; in UhcGetRootHubPortStatus()
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
DOhci.c1558 PortStatus->PortChangeStatus |= USB_PORT_STAT_C_ENABLE; in OhciGetRootHubPortStatus()