Searched defs:AddrLen (Results 1 - 13 of 13) sorted by relevance

/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe/
H A DPciHostBridgeResourceAllocation.c28 UINT64 AddrLen; local
81 AddrLen = RootBridgeInstance->ResAlloc[ResTypeIo].Length;
87 AddrLen,
100 AddrLen = RootBridgeInstance->ResAlloc[ResTypeMem32].Length;
109 AddrLen,
122 AddrLen = RootBridgeInstance->ResAlloc[ResTypePMem32].Length;
131 AddrLen,
144 AddrLen = RootBridgeInstance->ResAlloc[ResTypeMem64].Length;
153 AddrLen,
166 AddrLen
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
H A DAcpiCommon.h80 UINT64 AddrLen; member in struct:__anon4916
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/
H A DIncompatiblePciDeviceSupport.c45 UINT64 AddrLen; member in struct:__anon6090
111 // RangeMax, Offset, AddrLen
357 AcpiPtr->AddrLen = Dsc->AddrLen;
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/PciHostBridgeDxe/
H A DPciHostBridge.c594 UINT64 AddrLen; local
597 AddrLen = RootBridgeInstance->ResAllocNode[Index].Length;
598 PCIE_DEBUG("Addrlen:%llx\n", AddrLen);
605 if ((BaseAddress + AddrLen - 1) > RootBridgeInstance->MemLimit) {
616 AddrLen,
626 *AllocatedLenMem += AddrLen;
684 UINT64 AddrLen; local
693 AddrLen = RootBridgeInstance->ResAllocNode[Index].Length;
697 ReturnStatus = gDS->FreeMemorySpace (BaseAddress, AddrLen);
1112 ((EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *)Temp)->AddrLen
1301 UINT64 AddrLen; local
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/
H A DAcpi.h77 UINT64 AddrLen; member in struct:__anon3812
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
H A DIp6Common.c155 UINT32 AddrLen; local
159 AddrLen = IpSb->SnpMode.HwAddressSize;
164 if (AddrLen != IP6_MAC_LEN || IpSb->InterfaceIdLen != IP6_IF_ID_LEN) {
/device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
H A DInit.c821 UINT8 AddrLen; local
855 AddrLen = E100bGetEepromAddrLen (AdapterInfo);
858 Val = E100bReadEeprom (AdapterInfo, Index, AddrLen);
H A DE100b.c1953 @param AddrLen Number of bits of address length.
1962 IN UINT8 AddrLen
1972 ReadCmd = (UINT16) (Location | (EE_READ_CMD << AddrLen));
1997 shift_bits_out (AdapterInfo, ReadCmd, (UINT8) (3 + AddrLen));
2046 UINT8 AddrLen; local
2089 AddrLen = 6;
2091 while ((AddrLen < 8) && ((Tmp & EE_DO) != 0)) {
2107 AddrLen++;
2136 return AddrLen;
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciHostBridge/
H A DPciHostBridge.c281 UINT64 AddrLen; local
402 AddrLen = RootBridgeInstance->ResAllocNode[Index].Length;
426 while((BaseAddress + AddrLen) <= RootBridgeInstance->Aperture.IoLimit + 1) {
429 AddrLen, &BaseAddress, mDriverImageHandle, NULL );
462 while((BaseAddress + AddrLen) <= RootBridgeInstance->Aperture.Mem32Limit + 1) {
465 BitsOfAlignment, AddrLen, &BaseAddress, mDriverImageHandle, NULL);
492 BaseAddress -= AddrLen;
504 BitsOfAlignment, AddrLen, &BaseAddress, mDriverImageHandle, NULL);
598 AddrLen = RootBridgeInstance->ResAllocNode[Index].Length;
602 Status = gDS->FreeIoSpace (BaseAddress, AddrLen);
1009 UINT64 AddrLen; local
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciEnumerator.c176 UINT64 AddrLen; local
223 // All other fields other than AddrRangeMin and AddrLen are ignored in a descriptor,
231 AddrLen = Configuration1->AddrLen;
232 Configuration1->AddrLen = Configuration2->AddrLen;
233 Configuration2->AddrLen = AddrLen;
283 while (Configuration->AddrRangeMin + Configuration->AddrLen - 1 < SubBusNumber) {
286 AddrLen
[all...]
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
H A DIpSecImpl.c49 UINT8 AddrLen; local
57 AddrLen = (UINT8) ((IpVersion == IP_VERSION_4) ? 32 : 128);
59 if (AddrLen <= PrefixLength) {
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
H A DAcpi10.h131 UINT64 AddrLen; member in struct:__anon7109
247 UINT64 AddrLen; member in struct:__anon7123
262 UINT32 AddrLen; member in struct:__anon7124
277 UINT16 AddrLen; member in struct:__anon7125
H A DAcpi30.h45 UINT64 AddrLen; member in struct:__anon7156

Completed in 371 milliseconds