Home
last modified time | relevance | path

Searched refs:ControllerType (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Common/Pei/
DUsbPei.c121 IN UINTN *ControllerType, in GetOhciController() argument
132 *ControllerType = PEI_OHCI_CONTROLLER; in GetOhciController()
156 IN UINTN *ControllerType, in GetEhciController() argument
167 *ControllerType = PEI_EHCI_CONTROLLER; in GetEhciController()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Ppi/
DUsbController.h85 OUT UINTN *ControllerType,
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Ppi/
DUsbController.h80 OUT UINTN *ControllerType,
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
DEhcPeim.c1160 UINTN ControllerType; in EhcPeimEntry() local
1189 &ControllerType, in EhcPeimEntry()
1202 if (ControllerType != PEI_EHCI_CONTROLLER) { in EhcPeimEntry()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
DXhcPeim.c1418 UINTN ControllerType; in XhcPeimEntry() local
1448 &ControllerType, in XhcPeimEntry()
1461 if (ControllerType != PEI_XHCI_CONTROLLER) { in XhcPeimEntry()
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
DOhcPeim.c1292 UINTN ControllerType; in OhcPeimEntry() local
1321 &ControllerType, in OhcPeimEntry()
1333 if (ControllerType != PEI_OHCI_CONTROLLER) { in OhcPeimEntry()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciPei/
DUhcPeim.c40 UINTN ControllerType; in UhcPeimEntry() local
70 &ControllerType, in UhcPeimEntry()
83 if (ControllerType != PEI_UHCI_CONTROLLER) { in UhcPeimEntry()