Home
last modified time | relevance | path

Searched refs:Low (Results 1 – 25 of 33) sorted by relevance

12

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiLib/
DConsole.c214 UINTN Low; in GlueGetGlyphWidth() local
219 Low = 0; in GlueGetGlyphWidth()
221 while (Low <= High) { in GlueGetGlyphWidth()
222 Index = (Low + High) >> 1; in GlueGetGlyphWidth()
233 Low = Index + 1; in GlueGetGlyphWidth()
244 if (Low <= High) { in GlueGetGlyphWidth()
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
DConsole.c211 UINTN Low; in GetGlyphWidth() local
216 Low = 0; in GetGlyphWidth()
218 while (Low <= High) { in GetGlyphWidth()
219 Index = (Low + High) >> 1; in GetGlyphWidth()
230 Low = Index + 1; in GetGlyphWidth()
241 if (Low <= High) { in GetGlyphWidth()
/device/linaro/bootloader/edk2/PcAtChipsetPkg/Library/BaseIoApicLib/
DIoApicLib.c94 Entry.Uint32.Low = IoApicRead (IO_APIC_REDIRECTION_TABLE_ENTRY_INDEX + Irq * 2); in IoApicEnableInterrupt()
96 IoApicWrite (IO_APIC_REDIRECTION_TABLE_ENTRY_INDEX + Irq * 2, Entry.Uint32.Low); in IoApicEnableInterrupt()
146 Entry.Uint32.Low = IoApicRead (IO_APIC_REDIRECTION_TABLE_ENTRY_INDEX + Irq * 2); in IoApicConfigureInterrupt()
153 IoApicWrite (IO_APIC_REDIRECTION_TABLE_ENTRY_INDEX + Irq * 2, Entry.Uint32.Low); in IoApicConfigureInterrupt()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
DConsole.c214 UINTN Low; in GetGlyphWidth() local
219 Low = 0; in GetGlyphWidth()
221 while (Low <= High) { in GetGlyphWidth()
222 Index = (Low + High) >> 1; in GetGlyphWidth()
233 Low = Index + 1; in GetGlyphWidth()
244 if (Low <= High) { in GetGlyphWidth()
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/HalRuntimeServicesExampleLib/
DRtc.c178 UINTN Low; in DecimaltoBcd() local
181 Low = DecValue - (High * 10); in DecimaltoBcd()
183 return (UINT8) (Low + (High << 4)); in DecimaltoBcd()
192 UINTN Low; in BcdToDecimal() local
195 Low = BcdValue - (High << 4); in BcdToDecimal()
197 return (UINT8) (Low + (High * 10)); in BcdToDecimal()
/device/linaro/bootloader/edk2/PcAtChipsetPkg/Include/Register/
DIoApic.h78 UINT32 Low; member
/device/linaro/bootloader/edk2/DuetPkg/BootSector/
DGpt.S132 movl %es:72(%di), %ecx # ECX = PartitionEntryLBA (Low)
134 addl %ecx, %eax # EAX = Target PartitionEntryLBA (Low)
159 movl %es:32(%di), %eax # EAX = StartingLBA (Low)
194 movl %eax, %ds:8(%si) # 08 = Starting LBA (Low)
DGpt.asm130 mov ecx, dword ptr es:[di + 72] ; ECX = PartitionEntryLBA (Low)
132 add eax, ecx ; EAX = Target PartitionEntryLBA (Low)
157 mov eax, dword ptr es:[di + 32] ; EAX = StartingLBA (Low)
192 mov DWORD PTR ds:[si+8],eax ; 08 = Starting LBA (Low)
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/
DADC108S102.asi18 Name(_HID, "INT3495") // GalileoGen2 Low-Speed ADC.
DAD7298.asi18 Name(_HID, "INT3494") // Galileo Version 1 Low-Speed ADC.
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/
DDebugCommunicationLibUsb3Transfer.c226 UINT32 Low; in XhcCheckUrbResult() local
297 Low = XhcReadDebugReg (Handle, XHC_DC_DCERDP); in XhcCheckUrbResult()
299 XhcDequeue = (UINT64)(LShiftU64((UINT64)High, 32) | Low); in XhcCheckUrbResult()
DDebugCommunicationLibUsb3Common.c165 UINT32 Low; in ProgramXhciBaseAddress() local
169 Low = PciRead32 (PcdGet32(PcdUsbXhciPciAddress) + PCI_BASE_ADDRESSREG_OFFSET); in ProgramXhciBaseAddress()
171 XhciMmioBase = (EFI_PHYSICAL_ADDRESS) (LShiftU64 ((UINT64) High, 32) | Low); in ProgramXhciBaseAddress()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ipf/
DPlDebugSupport.h34 UINT64 Low; member
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
DPciTree.asl86 // Low Power Audio Engine
155 // Low Power Audio Engine
339 …used to access bit mask of available IRQs. HL and LL stand for active High(Low) Level triggered Ir…
DPch.asl132 Name (_DDN, "Intel(R) Low Power Audio Controller - 80860F28")
204 } // End "Low Power Engine Audio"
310 } // End "Low Power Engine Audio" for Android
DGloblNvs.asl107 LLOW, 8, // (107) LUX Low Value
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
DPrintInfo.c2442 UINT8 Low; in DisplayMmBankConnections() local
2454 Low = (UINT8) (BankConnections & 0x0F); in DisplayMmBankConnections()
2456 if (Low != 0xF) { in DisplayMmBankConnections()
2457 …ULL,STRING_TOKEN (STR_SMBIOSVIEW_PRINTINFO_BANK_RAS), gShellDebug1HiiHandle, High, Low, High, Low); in DisplayMmBankConnections()
2462 if (Low != 0xF) { in DisplayMmBankConnections()
2463 …Ex(-1,-1,NULL,STRING_TOKEN (STR_SMBIOSVIEW_PRINTINFO_BANK_RAS_2), gShellDebug1HiiHandle, Low, Low); in DisplayMmBankConnections()
DQueryTable.c3220 UINT8 Low; in QueryTable() local
3224 Low = (UINT8) (Table[Index].Key & 0x00FF); in QueryTable()
3230 if ((High > Low && Key >= Low && Key <= High) in QueryTable()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/
DDxeNetLib.c842 UINT64 Low; in Ip6Swap128() local
845 CopyMem (&Low, &Ip6->Addr[8], sizeof (UINT64)); in Ip6Swap128()
848 Low = SwapBytes64 (Low); in Ip6Swap128()
850 CopyMem (Ip6, &Low, sizeof (UINT64)); in Ip6Swap128()
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/AcpiTables/
DAcpiSsdtRootPci.asl36 "High word–Device #, Low word–Function #. (for example, device 3, function 2 is
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/Juno/AcpiTables/
DAcpiSsdtRootPci.asl36 "High word–Device #, Low word–Function #. (for example, device 3, function 2 is
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/AcpiTables/rtsm_ve-aemv8a/
Dfacp.asl111 Low Power S0 Idle (V5) : 1
/device/google/accessory/demokit/firmware/demokit/
Ddemokit.pde326 // Low Power Mode, 20ms auto wakeup
/device/linaro/bootloader/edk2/CryptoPkg/Library/OpensslLib/
DEDKII_openssl-1.0.2e.patch344 "Low level API call to digest " #alg " forbidden in FIPS mode!"); \
352 "Low level API call to cipher " #alg " forbidden in FIPS mode!")
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSetupDxe/
DVfrStrings.uni655 #string STR_PCH_SLP_LAN_LOW_DC_PROMPT #language en-US " SLP_LAN# Low on DC Power"
656 …H_SLP_LAN_LOW_DC_HELP #language en-US "Enable/Disable SLP_LAN# Low on DC Power"
841 #string STR_LPSS_I2C6_PROMPT #language en-US "Low Speed Expansion I2C (#…
842 #string STR_LPSS_I2C6_HELP #language en-US "Enable/Disable Low Speed E…
861 #string STR_LPSS_I2C6_HELP_ENBDT_DEV_LIST #language en-US "Enable/Disable Low Speed E…
989 #string STR_DPTF_CLPM_HELP #language en-US "Current Low Power Mode"
1091 #string STR_DPTF_CLPM_HELP #language en-US "Current Low Power Mode"

12