/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/EmmcBlockIoPei/ |
D | EmmcBlockIoPei.c | 249 UINT8 Location; in EmmcBlockIoPeimGetMediaInfo() local 259 Location = 0; in EmmcBlockIoPeimGetMediaInfo() 263 Location ++; in EmmcBlockIoPeimGetMediaInfo() 264 if (Location == DeviceIndex) { in EmmcBlockIoPeimGetMediaInfo() 333 UINT8 Location; in EmmcBlockIoPeimReadBlocks() local 358 Location = 0; in EmmcBlockIoPeimReadBlocks() 362 Location ++; in EmmcBlockIoPeimReadBlocks() 363 if (Location == DeviceIndex) { in EmmcBlockIoPeimReadBlocks() 524 UINT8 Location; in EmmcBlockIoPeimGetMediaInfo2() local 540 Location = 0; in EmmcBlockIoPeimGetMediaInfo2() [all …]
|
/device/google/trout/hal/sensors/2.0/config/api/ |
D | current.txt | 14 method public sensor.hal.configuration.V1_0.Location getLocation(); 16 method public void setLocation(sensor.hal.configuration.V1_0.Location); 20 public class Location { 21 ctor public Location();
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/ |
D | Command.c | 759 VOID *Location; in EblHexdumpCmd() local 780 Location = AllocatePool (Chunk); in EblHexdumpCmd() 799 Status = EfiRead (File, Location, &Chunk); in EblHexdumpCmd() 805 Status = OutputData (Location, Chunk, Width, File->BaseOffset + Offset); in EblHexdumpCmd() 817 Status = EfiRead (File, Location, &Chunk); in EblHexdumpCmd() 823 Status = OutputData (Location, Chunk, Width, File->BaseOffset + Offset); in EblHexdumpCmd() 835 FreePool (Location); in EblHexdumpCmd()
|
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/ |
D | CpuService.c | 166 &gSmmCpuPrivate->ProcessorInfo[Index].Location.Package, in SmmAddProcessor() 167 &gSmmCpuPrivate->ProcessorInfo[Index].Location.Core, in SmmAddProcessor() 168 &gSmmCpuPrivate->ProcessorInfo[Index].Location.Thread in SmmAddProcessor()
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/ |
D | MiscPhysicalArrayFunction.c | 87 SmbiosRecord->Location = *(UINT8 *) &ForType16InputData ->MemoryArrayLocation; in MISC_SMBIOS_TABLE_FUNCTION()
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/ProcessorSubClassDxe/ |
D | ProcessorSubClass.h | 69 UINT16 Location :2; member
|
/device/mediatek/wembley-sepolicy/r_non_plat/ |
D | mtk_agpsd.te | 43 # Send supl profile configuration to SLPD (to get SUPL Reference Location for HW Fused Location)
|
/device/mediatek/wembley-sepolicy/non_plat/ |
D | mtk_agpsd.te | 43 # Send supl profile configuration to SLPD (to get SUPL Reference Location for HW Fused Location)
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/ |
D | LegacyBios.c | 242 UINTN Location; in ShadowAndStartLegacy16() local 251 Location = 0; in ShadowAndStartLegacy16() 295 &Location, in ShadowAndStartLegacy16() 492 &Location, in ShadowAndStartLegacy16() 498 Private->Legacy16Table->PciExpressBase = (UINT32)Location; in ShadowAndStartLegacy16() 499 Location = 0; in ShadowAndStartLegacy16() 511 &Location, in ShadowAndStartLegacy16()
|
/device/linaro/bootloader/edk2/EmulatorPkg/MiscSubClassPlatformDxe/ |
D | MiscBaseBoardManufacturer.uni | 24 #string STR_MISC_BASE_BOARD_CHASSIS_LOCATION #language en-US "Base Board Chassis Location"
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Guid/DataHubRecords/ |
D | DataHubSubClassCache.h | 93 UINT32 Location :2; member
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Binary/AmdModulePkg/Common/ |
D | MemIscp.h | 95 … UINT16 Location; ///< The physical location of the Memory Array, member
|
/device/google/sunfish-sepolicy/vendor/qcom/common/ |
D | location.te | 1 # location - Location daemon
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
D | MpService.h | 140 EFI_CPU_PHYSICAL_LOCATION Location; member
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ia32/ |
D | ProcessorAsms.S | 136 # NewStack - New Location of the stack 174 # NewStack - New Location of the stack
|
D | ProcessorAsms.Asm | 156 ; NewStack - New Location of the stack 191 ; NewStack - New Location of the stack
|
/device/google/coral-sepolicy/vendor/qcom/common/ |
D | location.te | 1 # location - Location daemon
|
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
D | SdramSpdLpDdr.h | 333 UINT8 Location; ///< Module Manufacturing Location member 349 …SPD_LPDDR_MANUFACTURING_LOCATION Location; ///< Module Manufacturing Loca… member
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBiosPlatform/ |
D | LegacyBiosPlatform.h | 95 OUT UINTN *Location,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/ |
D | Smbios.h | 306 UINT8 Location; member 377 SMBIOS_TABLE_STRING Location; member 552 SMBIOS_TABLE_STRING Location; member
|
/device/google/contexthub/firmware/ |
D | README | 41 2.2 Build Artifacts Location
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/ |
D | LegacyBiosPlatform.h | 567 OUT UINTN *Location,
|
/device/google/trout/hal/sensors/2.0/ |
D | Sensor.cpp | 35 using ::sensor::hal::configuration::V1_0::Location; 272 static std::optional<std::vector<Location>> getLocation( in getLocation() 365 Location& sensorLocation = (*sensorLocationList)[0]; in getSensorPlacement()
|
/device/linaro/bootloader/edk2/ArmPkg/Library/SemihostLib/ |
D | SemihostLib.c | 73 SeekBlock.Location = Offset; in SemihostFileSeek()
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi1616/D05AcpiTables/Dsdt/ |
D | D05Usb.asl | 56 Name (_PLD, Package (0x01) // _PLD: Physical Location of Device
|