Home
last modified time | relevance | path

Searched refs:PCI_IF_XHCI (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DPciCodeId.h82 #define PCI_IF_XHCI 0x30 macro
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
DXhciReg.h19 #define PCI_IF_XHCI 0x30 macro
DXhci.c1764 (UsbClassCReg.ProgInterface != PCI_IF_XHCI)) { in XhcDriverBindingSupported()
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/
DDebugCommunicationLibUsb3Common.c250 …if ((ProgInterface != PCI_IF_XHCI) || (SubClassCode != PCI_CLASS_SERIAL_USB) || (BaseCode != PCI_C… in CalculateUsbDebugPortMmioBase()