/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiLib/ |
D | Console.c | 214 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/ |
D | Console.c | 211 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/ |
D | IoApicLib.c | 94 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/ |
D | Console.c | 214 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/ |
D | Rtc.c | 178 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/ |
D | IoApic.h | 78 UINT32 Low; member
|
/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
D | Gpt.S | 132 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)
|
D | Gpt.asm | 130 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/ |
D | ADC108S102.asi | 18 Name(_HID, "INT3495") // GalileoGen2 Low-Speed ADC.
|
D | AD7298.asi | 18 Name(_HID, "INT3494") // Galileo Version 1 Low-Speed ADC.
|
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/ |
D | DebugCommunicationLibUsb3Transfer.c | 226 UINT32 Low; in XhcCheckUrbResult() local 297 Low = XhcReadDebugReg (Handle, XHC_DC_DCERDP); in XhcCheckUrbResult() 299 XhcDequeue = (UINT64)(LShiftU64((UINT64)High, 32) | Low); in XhcCheckUrbResult()
|
D | DebugCommunicationLibUsb3Common.c | 165 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/ |
D | PlDebugSupport.h | 34 UINT64 Low; member
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/ |
D | PciTree.asl | 86 // 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…
|
D | Pch.asl | 132 Name (_DDN, "Intel(R) Low Power Audio Controller - 80860F28") 204 } // End "Low Power Engine Audio" 310 } // End "Low Power Engine Audio" for Android
|
D | GloblNvs.asl | 107 LLOW, 8, // (107) LUX Low Value
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/ |
D | PrintInfo.c | 2442 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()
|
D | QueryTable.c | 3220 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/ |
D | DxeNetLib.c | 842 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/ |
D | AcpiSsdtRootPci.asl | 36 "High word–Device #, Low word–Function #. (for example, device 3, function 2 is
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/Juno/AcpiTables/ |
D | AcpiSsdtRootPci.asl | 36 "High word–Device #, Low word–Function #. (for example, device 3, function 2 is
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/AcpiTables/rtsm_ve-aemv8a/ |
D | facp.asl | 111 Low Power S0 Idle (V5) : 1
|
/device/google/accessory/demokit/firmware/demokit/ |
D | demokit.pde | 326 // Low Power Mode, 20ms auto wakeup
|
/device/linaro/bootloader/edk2/CryptoPkg/Library/OpensslLib/ |
D | EDKII_openssl-1.0.2e.patch | 344 "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/ |
D | VfrStrings.uni | 655 #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"
|