HomeSort by relevance Sort by last modified time
    Searched refs:ControllerType (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Ppi/
UsbController.h 35 /// This bit is used in the ControllerType return parameter of GetUsbController()
41 /// This bit is used in the ControllerType return parameter of GetUsbController()
47 /// This bit is used in the ControllerType return parameter of GetUsbController()
53 /// This bit is used in the ControllerType return parameter of GetUsbController()
64 @param[out] ControllerType On output, returns the type of the USB controller.
80 OUT UINTN *ControllerType,
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Ppi/
UsbController.h 46 // This bit is used in the ControllerType return parameter of GetUsbController()
52 // This bit is used in the ControllerType return parameter of GetUsbController()
58 // This bit is used in the ControllerType return parameter of GetUsbController()
69 @param[out] ControllerType On output, returns the type of the USB controller.
85 OUT UINTN *ControllerType,
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Common/Pei/
UsbPei.c 108 @param ControllerType Indicate the controller is Ehci, Ohci, OHCI
121 IN UINTN *ControllerType,
132 *ControllerType = PEI_OHCI_CONTROLLER;
143 @param ControllerType Indicate the controller is Ehci, Ohci, OHCI
156 IN UINTN *ControllerType,
167 *ControllerType = PEI_EHCI_CONTROLLER;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
EhcPeim.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
XhcPeim.c     [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
OhcPeim.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciPei/
UhcPeim.c 40 UINTN ControllerType;
70 &ControllerType,
83 if (ControllerType != PEI_UHCI_CONTROLLER) {
    [all...]

Completed in 404 milliseconds