HomeSort by relevance Sort by last modified time
    Searched refs:DeviceIndex (Results 1 - 25 of 37) sorted by null

1 2

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/SdBlockIoPei/
SdBlockIoPei.c 134 @param[in] DeviceIndex Specifies the block device to which the function wants
170 IN UINTN DeviceIndex,
178 if ((DeviceIndex == 0) || (DeviceIndex > Private->TotalBlkIoDevices)) {
184 MediaInfo->LastBlock = (UINTN)Private->Slot[DeviceIndex - 1].Media.LastBlock;
185 MediaInfo->BlockSize = Private->Slot[DeviceIndex - 1].Media.BlockSize;
200 @param[in] DeviceIndex Specifies the block device to which the function wants
229 IN UINTN DeviceIndex,
256 if ((DeviceIndex == 0) || (DeviceIndex > Private->TotalBlkIoDevices)) {
    [all...]
SdBlockIoPei.h 125 @param[in] DeviceIndex Specifies the block device to which the function wants
161 IN UINTN DeviceIndex,
175 @param[in] DeviceIndex Specifies the block device to which the function wants
204 IN UINTN DeviceIndex,
247 @param[in] DeviceIndex Specifies the block device to which the function wants
283 IN UINTN DeviceIndex,
297 @param[in] DeviceIndex Specifies the block device to which the function wants
326 IN UINTN DeviceIndex,
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsBlockIoPei/
UfsBlockIoPei.c 636 @param[in] DeviceIndex Specifies the block device to which the function wants
672 IN UINTN DeviceIndex,
688 if (DeviceIndex >= UFS_PEIM_MAX_LUNS) {
692 if ((Private->Luns.BitMask & (BIT0 << DeviceIndex)) == 0) {
706 DeviceIndex,
718 Status = UfsPeimParsingSenseKeys (&(Private->Media[DeviceIndex]), &SenseData, &NeedRetry);
727 Status = UfsPeimReadCapacity (Private, DeviceIndex, &Capacity, (UINT32 *)&DataLength, NULL, &SenseDataLength);
736 Status = UfsPeimReadCapacity16 (Private, DeviceIndex, &Capacity16, (UINT32 *)&DataLength, NULL, &SenseDataLength);
740 Private->Media[DeviceIndex].LastBlock = (Capacity16.LastLba3 << 24) | (Capacity16.LastLba2 << 16) | (Capacity16.LastLba1 << 8) | Capacity16.LastLba0;
741 Private->Media[DeviceIndex].LastBlock |= LShiftU64 ((UINT64)Capacity16.LastLba7, 56) | LShiftU64((UINT64)Capacity16.LastLba6, (…)
    [all...]
UfsBlockIoPei.h 308 @param[in] DeviceIndex Specifies the block device to which the function wants
344 IN UINTN DeviceIndex,
358 @param[in] DeviceIndex Specifies the block device to which the function wants
387 IN UINTN DeviceIndex,
430 @param[in] DeviceIndex Specifies the block device to which the function wants
466 IN UINTN DeviceIndex,
480 @param[in] DeviceIndex Specifies the block device to which the function wants
509 IN UINTN DeviceIndex,
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBotPei/
UsbBotPeim.h 71 @param[in] DeviceIndex Specifies the block device to which the function wants
93 IN UINTN DeviceIndex,
107 @param[in] DeviceIndex Specifies the block device to which the function wants
136 IN UINTN DeviceIndex,
179 @param[in] DeviceIndex Specifies the block device to which the function wants
201 IN UINTN DeviceIndex,
215 @param[in] DeviceIndex Specifies the block device to which the function wants
244 IN UINTN DeviceIndex,
UsbBotPeim.c 336 @param[in] DeviceIndex Specifies the block device to which the function wants
358 IN UINTN DeviceIndex,
403 @param[in] DeviceIndex Specifies the block device to which the function wants
432 IN UINTN DeviceIndex,
617 @param[in] DeviceIndex Specifies the block device to which the function wants
639 IN UINTN DeviceIndex,
651 DeviceIndex,
678 @param[in] DeviceIndex Specifies the block device to which the function wants
707 IN UINTN DeviceIndex,
726 DeviceIndex,
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Pi/
PiI2c.h 81 UINT32 DeviceIndex;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
I2cIo.h 35 /// DeviceGuid:DeviceIndex. The DeviceGuid represents the manufacture
37 /// party I2C device driver writer. The DeviceIndex identifies the part
151 UINT32 DeviceIndex;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/BlockIo/
BlockIo.h 65 IN UINTN DeviceIndex,
74 IN UINTN DeviceIndex,
  /device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
BlockIo.h 75 /// The type of media device being referenced by DeviceIndex.
130 @param[in] DeviceIndex Specifies the block device to which the function wants
166 IN UINTN DeviceIndex,
180 @param[in] DeviceIndex Specifies the block device to which the function wants
209 IN UINTN DeviceIndex,
BlockIo2.h 43 /// A type of interface that the device being referenced by DeviceIndex is
110 @param[in] DeviceIndex Specifies the block device to which the function wants
146 IN UINTN DeviceIndex,
160 @param[in] DeviceIndex Specifies the block device to which the function wants
189 IN UINTN DeviceIndex,
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/SataControllerDxe/
SataController.c 751 UINTN DeviceIndex;
760 DeviceIndex = FlatDeviceIndex (Private, Channel, Device);
767 &(Private->IdentifyData[DeviceIndex]),
772 Private->IdentifyValid[DeviceIndex] = TRUE;
774 Private->IdentifyValid[DeviceIndex] = FALSE;
830 UINTN DeviceIndex;
839 DeviceIndex = FlatDeviceIndex (Private, Channel, Device);
846 &(Private->DisqualifiedModes[DeviceIndex]),
923 UINTN DeviceIndex;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/EmmcBlockIoPei/
EmmcBlockIoPei.c 206 @param[in] DeviceIndex Specifies the block device to which the function wants
242 IN UINTN DeviceIndex,
255 if ((DeviceIndex == 0) || (DeviceIndex > Private->TotalBlkIoDevices)) {
264 if (Location == DeviceIndex) {
292 @param[in] DeviceIndex Specifies the block device to which the function wants
321 IN UINTN DeviceIndex,
354 if ((DeviceIndex == 0) || (DeviceIndex > Private->TotalBlkIoDevices)) {
363 if (Location == DeviceIndex) {
    [all...]
EmmcBlockIoPei.h 129 @param[in] DeviceIndex Specifies the block device to which the function wants
165 IN UINTN DeviceIndex,
179 @param[in] DeviceIndex Specifies the block device to which the function wants
208 IN UINTN DeviceIndex,
251 @param[in] DeviceIndex Specifies the block device to which the function wants
287 IN UINTN DeviceIndex,
301 @param[in] DeviceIndex Specifies the block device to which the function wants
330 IN UINTN DeviceIndex,
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
BBSsupport.c 180 UINTN DeviceIndex;
228 for (DeviceIndex = 0; DeviceIndex < ARRAY_SIZE (DeviceTypeIndex); DeviceIndex++) {
229 if (DeviceTypeIndex[DeviceIndex] != (UINTN) -1 && DeviceTypeIndex[DeviceIndex] >= *NextIndex) {
230 DeviceTypeIndex[DeviceIndex]++;
  /device/linaro/bootloader/edk2/CorebootModulePkg/SataControllerDxe/
SataController.c 780 UINTN DeviceIndex;
789 DeviceIndex = FlatDeviceIndex (SataPrivateData, Channel, Device);
796 &(SataPrivateData->IdentifyData[DeviceIndex]),
801 SataPrivateData->IdentifyValid[DeviceIndex] = TRUE;
803 SataPrivateData->IdentifyValid[DeviceIndex] = FALSE;
859 UINTN DeviceIndex;
868 DeviceIndex = FlatDeviceIndex (SataPrivateData, Channel, Device);
875 &(SataPrivateData->DisqualifiedModes[DeviceIndex]),
952 UINTN DeviceIndex;
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/SataControllerDxe/
SataController.c 780 UINTN DeviceIndex;
789 DeviceIndex = FlatDeviceIndex (SataPrivateData, Channel, Device);
796 &(SataPrivateData->IdentifyData[DeviceIndex]),
801 SataPrivateData->IdentifyValid[DeviceIndex] = TRUE;
803 SataPrivateData->IdentifyValid[DeviceIndex] = FALSE;
859 UINTN DeviceIndex;
868 DeviceIndex = FlatDeviceIndex (SataPrivateData, Channel, Device);
875 &(SataPrivateData->DisqualifiedModes[DeviceIndex]),
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/SataControllerDxe/
SataController.c 819 UINTN DeviceIndex;
828 DeviceIndex = FlatDeviceIndex (SataPrivateData, Channel, Device);
835 &(SataPrivateData->IdentifyData[DeviceIndex]),
840 SataPrivateData->IdentifyValid[DeviceIndex] = TRUE;
842 SataPrivateData->IdentifyValid[DeviceIndex] = FALSE;
898 UINTN DeviceIndex;
907 DeviceIndex = FlatDeviceIndex (SataPrivateData, Channel, Device);
914 &(SataPrivateData->DisqualifiedModes[DeviceIndex]),
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/IdeBusPei/
AtapiPeim.h 177 @param[in] DeviceIndex Specifies the block device to which the function wants
200 IN UINTN DeviceIndex,
214 @param[in] DeviceIndex Specifies the block device to which the function wants
243 IN UINTN DeviceIndex,
286 @param[in] DeviceIndex Specifies the block device to which the function wants
309 IN UINTN DeviceIndex,
323 @param[in] DeviceIndex Specifies the block device to which the function wants
352 IN UINTN DeviceIndex,
AtapiPeim.c 145 @param[in] DeviceIndex Specifies the block device to which the function wants
168 IN UINTN DeviceIndex,
188 // DeviceIndex is a value from 1 to NumberBlockDevices.
190 if ((DeviceIndex < 1) || (DeviceIndex > DeviceCount) || (DeviceIndex > MAX_IDE_DEVICES)) {
194 Index = DeviceIndex - 1;
239 @param[in] DeviceIndex Specifies the block device to which the function wants
268 IN UINTN DeviceIndex,
300 DeviceIndex,
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyPei/
FloppyPeim.c     [all...]
FloppyPeim.h 194 @param DeviceIndex Index of FDC device to get information.
200 @retval EFI_INVALID_PARAMETER DeviceIndex is not valid.
209 IN UINTN DeviceIndex,
221 @param DeviceIndex Index of FDC device to get information.
240 IN UINTN DeviceIndex,
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootManagerUiLib/
BootManager.c 319 UINTN DeviceIndex;
365 for (DeviceIndex = 0; DeviceIndex < ARRAY_SIZE (DeviceTypeIndex); DeviceIndex++) {
366 if (DeviceTypeIndex[DeviceIndex] != (UINTN) -1 && DeviceTypeIndex[DeviceIndex] >= *NextIndex) {
367 DeviceTypeIndex[DeviceIndex]++;
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/I2c/Devices/MvEeprom/
MvEeprom.c 99 /* I2C guid must fit and valid DeviceIndex must be provided */
101 TmpI2cIo->DeviceIndex == I2C_DEVICE_INDEX(EepromBuses[i],
210 EepromContext->EepromProtocol.Identifier = EepromContext->I2cIo->DeviceIndex;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/I2c/I2cDxe/
I2cBus.c 39 0, // DeviceIndex
    [all...]

Completed in 1051 milliseconds

1 2