/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/NorFlashDxe/ |
NorFlashDxe.h | 61 #define P30_SR_BIT_PROGRAM_SUSPEND (BIT2 << 16 | BIT2)
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/ |
IdeMode.h | 65 #define BMIS_INTERRUPT BIT2
120 #define IDE_SECONDARY_OPERATING_MODE BIT2
|
AhciMode.h | 100 #define EFI_AHCI_PORT_IS_SSS BIT2
123 #define EFI_AHCI_PORT_CMD_POD BIT2
|
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/ |
PeCoffExtraActionLib.c | 85 // If the CPU does not support Debug Extensions(CPUID:01 EDX:BIT2)
89 if ((RegEdx & BIT2) == 0) {
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/VlvPlatformInitDxe/ |
IgdOpRegion.h | 73 #define HD_MBOX3 BIT2
99 #define PFIT_ENABLE BIT2
|
VlvPlatformInit.c | 100 PciOr8 (PCI_LIB_ADDRESS(0, IGD_DEV, 0,IGD_R_CMD), (BIT2 | BIT1));
185 PciOr8(PCI_LIB_ADDRESS(0, IGD_DEV, 0, IGD_R_CMD), (BIT2 | BIT1 | BIT0));
|
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbDxe/ |
DwUsbDxe.h | 45 #define DW_DC_INTERRUPT_PSOF BIT2 66 #define DW_MODE_WKUPCS BIT2 76 #define DW_INTERRUPT_CONFIG_ACK_ONLY BIT2 | BIT5 | BIT6 83 #define DW_CTRL_FUNCTION_DSEN BIT2 99 #define DW_OTG_CTRL_DM_PULLDOWN BIT2
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/ |
XhciReg.h | 59 #define XHC_USBCMD_INTE BIT2 // Interrupter Enable
63 #define XHC_USBSTS_HSE BIT2 // Host System Error
76 #define XHC_CRCR_CA BIT2 // Command Abort
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Guid/ |
PlatformInfo.h | 348 TRIG_Edge_Low = /*BIT3 |*/ BIT2, // Negative Edge (Falling)
349 TRIG_Edge_Both = /*BIT3 |*/ BIT2 | BIT1, // Both Edge
351 TRIG_Level_Low = /*BIT3 |*/ BIT2 | BIT0, // Level Low
|
BoardFeatures.h | 49 #define B_BOARD_FEATURES_AA_NOT_FOUND BIT2
143 #define B_BOARD_FEATURES_VIDEO_SLOT BIT2
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/Include/Omap3530/ |
Omap3530Dma.h | 111 #define DMA4_CSR_HALF BIT2
|
/device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformBootManagerLib/ |
PlatformBootManager.h | 58 #define STD_ERROR BIT2
|
/device/linaro/bootloader/edk2/Omap35xxPkg/Include/Omap3530/ |
Omap3530Dma.h | 111 #define DMA4_CSR_HALF BIT2
|
/device/linaro/bootloader/edk2/SecurityPkg/Include/Library/ |
Tcg2PhysicalPresenceLib.h | 28 // BIT2 is reserved
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/LcdGraphicsOutputDxe/ |
LcdGraphicsOutputDxe.c | 230 Data |= BIT2;
234 Data = BIT2;
|
/device/linaro/bootloader/edk2/Omap35xxPkg/LcdGraphicsOutputDxe/ |
LcdGraphicsOutputDxe.c | 230 Data |= BIT2;
234 Data = BIT2;
|
/device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/ |
VbeShim.c | 206 // bit2: writeable
208 VbeModeInfo->WindowAAttr = BIT2 | BIT1 | BIT0;
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/ |
Serial.h | 163 // Rie Bit2: Receiver Interrupt Enable
195 // ResetTF Bit2: Reset Transmistter FIFO
228 // StopB Bit2: Number of Stop Bits
265 // Out1 Bit2: Output1
299 // Pe Bit2: Parity Error Status
337 // TrailingEdgeRI Bit2: Trailing Edge of Ring Indicator Status
|
/external/guava/guava-tests/test/com/google/common/hash/ |
HashTestUtils.java | 380 for (int bit2 = 0; bit2 < keyBits; bit2++) { 381 if (bit2 <= bit1) continue; 382 int delta = (1 << bit1) | (1 << bit2);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/ |
XhciReg.h | 144 #define XHC_USBCMD_INTE BIT2 // Interrupter Enable
148 #define XHC_USBSTS_HSE BIT2 // Host System Error
161 #define XHC_CRCR_CA BIT2 // Command Abort
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Include/ |
Ioh.h | 21 #define BIT2 0x04
134 #define B_IOH_USB_COMMAND_BME BIT2
203 #define B_IOH_MAC_COMMAND_BME BIT2
|
/external/syslinux/gpxe/src/drivers/net/ |
p80211hdr.h | 172 #define WLAN_GET_FC_FTYPE(n) ((((UINT16)(n)) & (BIT2 | BIT3)) >> 2) 206 #define WLAN_GET_SEQ_FRGNUM(n) (((UINT16)(n)) & (BIT0|BIT1|BIT2|BIT3)) 207 #define WLAN_GET_SEQ_SEQNUM(n) ((((UINT16)(n)) & (~(BIT0|BIT1|BIT2|BIT3))) >> 4)
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/ |
MMCSDTransfer.c | 795 if ((CardData->OCRRegister.V270_V360 & BIT2) == BIT2) {
[all...] |
/device/linaro/bootloader/edk2/ArmPkg/ |
ArmPkg.dec | 148 # - BIT2 : FIQ Handler
188 # - BIT2 : FIQ Handler
|
/device/linaro/bootloader/edk2/OvmfPkg/AcpiPlatformDxe/ |
Qemu.c | 380 SystemStates[3] & (BIT2 | BIT1 | BIT0);
390 SystemStates[4] & (BIT2 | BIT1 | BIT0);
|