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

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/I2c/I2cDxe/
I2cBus.c 51 CONTROLLER_DEVICE_PATH gControllerDevicePathTemplate = {
56 (UINT8) (sizeof (CONTROLLER_DEVICE_PATH)),
57 (UINT8) ((sizeof (CONTROLLER_DEVICE_PATH)) >> 8)
247 @param[in] RemainingHasControllerNode Indicate if RemainingDevicePath contains CONTROLLER_DEVICE_PATH.
248 @param[in] RemainingControllerNumber Controller number in CONTROLLER_DEVICE_PATH.
312 SystemControllerNumber = ((CONTROLLER_DEVICE_PATH *) SystemDevicePath)->ControllerNumber;
464 RemainingControllerNumber = ((CONTROLLER_DEVICE_PATH *) DevPathNode)->ControllerNumber;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiDevicePath.h 101 } CONTROLLER_DEVICE_PATH;
491 CONTROLLER_DEVICE_PATH Controller;
539 CONTROLLER_DEVICE_PATH *Controller;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DevicePath.h 172 } CONTROLLER_DEVICE_PATH;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciSioSerialDxe/
Serial.c 30 CONTROLLER_DEVICE_PATH mControllerDevicePathTemplate = {
35 (UINT8) (sizeof (CONTROLLER_DEVICE_PATH)),
36 (UINT8) ((sizeof (CONTROLLER_DEVICE_PATH)) >> 8)
    [all...]
SerialIo.c 41 *ControllerNumber = ((CONTROLLER_DEVICE_PATH *) DevicePath)->ControllerNumber;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/EmmcDxe/
EmmcDxe.c 410 CONTROLLER_DEVICE_PATH ControlNode;
423 SetDevicePathNodeLength (&ControlNode.Header, sizeof (CONTROLLER_DEVICE_PATH));
640 (DevicePathNodeLength (&Node->DevPath) != sizeof (CONTROLLER_DEVICE_PATH))) {
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
BiosBlkIo.c 713 SetDevicePathNodeLength (&Node.Controller.Header, sizeof (CONTROLLER_DEVICE_PATH));
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DevicePathFromText.c 783 CONTROLLER_DEVICE_PATH *Controller;
786 Controller = (CONTROLLER_DEVICE_PATH *) CreateDeviceNode (
789 (UINT16) sizeof (CONTROLLER_DEVICE_PATH)
    [all...]
DevicePathToText.c 302 CONTROLLER_DEVICE_PATH *Controller;
    [all...]

Completed in 976 milliseconds