HomeSort by relevance Sort by last modified time
    Searched refs:BIT8 (Results 51 - 75 of 141) sorted by null

1 23 4 5 6

  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Include/
QuarkNcSocId.h 291 #define B_TSCGF1_CONFIG_ISNSCHOPSEL_MASK (BIT12 | BIT11 | BIT10 | BIT9 | BIT8)
309 #define B_TSCGF2_CONFIG2_ICALCONFIGSEL_MASK (BIT9 | BIT8)
565 #define B_QNC_LPC_BIOS_CNTL_PFE (BIT8)
647 #define B_QNC_PCIE_XCAP_SI (BIT8) //slot implemented
650 #define B_QNC_PCIE_DCAP_E0AL (BIT8 | BIT7 | BIT6) // L0 Acceptable exit latency
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/LcdGraphicsOutputDxe/
LcdGraphicsOutputDxe.h 147 #define DATALINES24 (BIT8 | BIT9)
  /device/linaro/bootloader/edk2/ArmPkg/Include/Chipset/
AArch64.h 80 #define SPSR_A BIT8
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
BaseTypes.h 229 #define BIT8 0x00000100
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Pci22.h 589 #define EFI_PCI_COMMAND_SERR BIT8 ///< 0x0100
603 #define EFI_PCI_BRIDGE_CONTROL_PRIMARY_DISCARD_TIMER BIT8 ///< 0x0100
612 #define EFI_PCI_BRIDGE_CONTROL_RANGE0_MEMORY_TYPE BIT8 ///< 0x0100
622 #define EFI_PCI_MASTER_DATA_PARITY_ERROR BIT8 ///< 0x0100
PeImage.h 104 #define EFI_IMAGE_FILE_32BIT_MACHINE BIT8 ///< 0x0100 32 bit word machine.
308 #define EFI_IMAGE_SCN_LNK_OTHER BIT8 ///< 0x00000100 ///< Reserved.
Acpi20.h 219 #define EFI_ACPI_2_0_TMR_VAL_EXT BIT8
  /device/linaro/bootloader/edk2/MdePkg/Library/SecPeiDxeTimerLibCpu/
X86TimerLib.c 80 ASSERT ((MmioRead32 (ApicBase + APIC_SVR) & BIT8) != 0);
  /device/linaro/bootloader/edk2/Omap35xxPkg/LcdGraphicsOutputDxe/
LcdGraphicsOutputDxe.h 147 #define DATALINES24 (BIT8 | BIT9)
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Spi/Common/
SpiCommon.c 763 if (HardwareSpiAddr + DataByteCount > ((HardwareSpiAddr + BIT8) &~(BIT8 - 1))) {
764 SpiDataCount = (((UINT32) (HardwareSpiAddr) + BIT8) &~(BIT8 - 1)) - (UINT32) (HardwareSpiAddr);
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/efi/IndustryStandard/
Pci22.h 389 #define EFI_PCI_COMMAND_SERR BIT8 ///< 0x0100
403 #define EFI_PCI_BRIDGE_CONTROL_PRIMARY_DISCARD_TIMER BIT8 ///< 0x0100
412 #define EFI_PCI_BRIDGE_CONTROL_RANGE0_MEMORY_TYPE BIT8 ///< 0x0100
422 #define EFI_PCI_MASTER_DATA_PARITY_ERROR BIT8 ///< 0x0100
PeImage.h 111 #define EFI_IMAGE_FILE_32BIT_MACHINE BIT8 ///< 0x0100 32 bit word machine.
378 #define EFI_IMAGE_SCN_LNK_OTHER BIT8 ///< 0x00000100 ///< Reserved.
  /system/bt/embdrv/sbc/decoder/include/
oi_stddefs.h 247 #define BIT8 \
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmDisassemblerLib/
ThumbDisassembler.c 574 AsciiSPrint (&Buf[Offset], Size - Offset, " %a", ThumbMRegList ((OpCode & 0xff) | ((OpCode & BIT8) == BIT8 ? BIT15 : 0)));
579 AsciiSPrint (&Buf[Offset], Size - Offset, " %a", ThumbMRegList ((OpCode & 0xff) | ((OpCode & BIT8) == BIT8 ? BIT14 : 0)));
594 AsciiSPrint (&Buf[Offset], Size - Offset, " 0x%04x", PC + 4 + SignExtend32 ((OpCode & 0xff) << 1, BIT8));
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Guid/
Cper.h 234 #define EFI_GENERIC_ERROR_PROC_ID_VALID BIT8
452 #define EFI_BUS_CHECK_PARTICIPATION_TYPE_VALID BIT8
762 #define EFI_PLATFORM_MEMORY_ROW_VALID BIT8
838 #define EFI_PLATFORM_MEMORY2_ROW_VALID BIT8
    [all...]
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/
DebugCommunicationLibUsb.c 669 MmioOr32((UINTN)PortStatus, BIT8);
671 MmioAnd32((UINTN)PortStatus, (UINT32)~BIT8);
672 while (MmioRead32((UINTN)PortStatus) & BIT8);
    [all...]
  /bionic/libc/kernel/uapi/linux/
synclink.h 31 #define BIT8 0x0100
  /development/ndk/platforms/android-21/include/linux/
synclink.h 34 #define BIT8 0x0100
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
AhciMode.h 165 #define EFI_AHCI_PORT_SERR_TDIE BIT8
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciBus.h 127 #define PCI_CARD_PREFETCHABLE_MEMORY_0_ENABLE BIT8
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Include/
Ioh.h 27 #define BIT8 0x100
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
SmmProfileArch.c 315 SystemContext.SystemContextX64->Rflags &= (UINTN) ~BIT8;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
PciBus.h 125 #define PCI_CARD_PREFETCHABLE_MEMORY_0_ENABLE BIT8
  /external/kernel-headers/original/uapi/linux/
synclink.h 26 #define BIT8 0x0100
  /external/syslinux/gpxe/src/drivers/net/
p80211hdr.h 174 #define WLAN_GET_FC_TODS(n) ((((UINT16)(n)) & (BIT8)) >> 8)

Completed in 542 milliseconds

1 23 4 5 6