| /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/ |
| Ax88772.h | 69 #define USB_IS_BULK_ENDPOINT(Attribute) (((Attribute) & (BIT0 | BIT1)) == USB_ENDPOINT_BULK) ///< Return TRUE/FALSE for BULK type
70 #define USB_IS_INTERRUPT_ENDPOINT(Attribute) (((Attribute) & (BIT0 | BIT1)) == USB_ENDPOINT_INTERRUPT) ///< Return TRUE/FALSE for INTERRUPT type
300 #define FLAG_TYPE_AX88772 BIT1 [all...] |
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBios/ |
| LegacyBios.h | 654 Bit1 = 1 0xE0000 block
|
| /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/ |
| Ps2Keyboard.h | 193 #define KEYBOARD_STATUS_REGISTER_HAS_INPUT_DATA BIT1 ///< 0 - Input register has no data; 1 - Input register has data
|
| /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/ |
| IntelFrameworkModulePkg.dec | 175 # BIT1 indicates if only slave DMA is supported<BR>
|
| /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/ |
| NvmExpressHci.h | 346 #define FORMAT_NVM_SUPPORTED BIT1
|
| NvmExpressPassthru.c | 436 if (((Sq->Opc & (BIT0 | BIT1)) != 0) && (Sq->Opc != NVME_ADMIN_CRIOCQ_CMD) && (Sq->Opc != NVME_ADMIN_CRIOSQ_CMD)) {
|
| /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
| PeImage.h | 100 #define EFI_IMAGE_FILE_EXECUTABLE_IMAGE BIT1 ///< 0x0002 File is executable (i.e. no unresolved externel references).
|
| /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/ |
| FtdiUsbSerialDriver.h | 137 #define SET_RTS_HIGH (BIT9 | BIT1)
|
| /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
| UefiShellDebug1CommandsLib.c | 55 if ((PcdGet8(PcdShellProfileMask) & BIT1) == 0) {
|
| /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/ |
| DebugCommunicationLibUsb3Internal.h | 76 #define XHC_USBCMD_RESET BIT1 // Host Controller Reset
|
| /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/I2CLibPei/ |
| I2CLibPei.c | 30 #define B_PCH_LPIO_I2C_MEM_RESETS_FUNC BIT1 // Function Clock Domain Reset
|
| /external/libavc/decoder/ |
| ih264d_process_bslice.c | 313 /* (bit0 and bit1) => submmbmode */ 316 /* (bit0 and bit1) => mbmode */ 527 /* (bit0 and bit1) => submmbmode */ 530 /* (bit0 and bit1) => mbmode */ [all...] |
| /external/syslinux/gpxe/src/include/gpxe/efi/IndustryStandard/ |
| PeImage.h | 107 #define EFI_IMAGE_FILE_EXECUTABLE_IMAGE BIT1 ///< 0x0002 File is executable (i.e. no unresolved externel references).
|
| /external/valgrind/coregrind/m_gdbserver/ |
| server.h | 107 else if bit1 set => thumb
|
| /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/ |
| DebugCommunicationLibUsb.c | 632 MmioOr32((UINTN)UsbCmd, BIT1);
636 while ((MmioRead32((UINTN)UsbCmd) & BIT1) != 0);
[all...] |
| /external/pdfium/core/fxcodec/codec/ |
| fx_codec_fax.cpp | 299 bool bit1 = NextBit(src_buf, bitpos); 304 if (bit1) {
|
| /device/linaro/bootloader/edk2/MdeModulePkg/ |
| MdeModulePkg.dec | [all...] |
| /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/ |
| PciEnumeratorSupport.c | 604 Value = (UINT8)(Temp ^ (BIT3 | BIT2 | BIT1));
608 Value = (UINT8)((Value ^ Temp) & (BIT3 | BIT2 | BIT1));
616 case BIT3 | BIT2 | BIT1:
[all...] |
| /device/linaro/bootloader/edk2/ArmPkg/Library/ArmDisassemblerLib/ |
| ThumbDisassembler.c | 645 AsciiSPrint (&Buf[Offset], Size - Offset, "%a %a%a%a", imod ? "ID":"IE", ((OpCode & BIT2) == 0) ? "":"a", ((OpCode & BIT1) == 0) ? "":"i", ((OpCode & BIT0) == 0) ? "":"f");
677 Offset += AsciiSPrint (&Buf[Offset], Size - Offset, "%a%a%a", (Mask & BIT3)?"T":"E", (Mask & BIT2)?"T":"E", (Mask & BIT1)?"T":"E");
[all...] |
| /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/ |
| XhcPeim.c | [all...] |
| /device/linaro/bootloader/edk2/MdePkg/Library/PeiPciLibPciCfg2/ |
| PciLib.c | [all...] |
| /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/ |
| Ax88772.h | 62 #define USB_IS_BULK_ENDPOINT(Attribute) (((Attribute) & (BIT0 | BIT1)) == USB_ENDPOINT_BULK) ///< Return TRUE/FALSE for BULK type
63 #define USB_IS_INTERRUPT_ENDPOINT(Attribute) (((Attribute) & (BIT0 | BIT1)) == USB_ENDPOINT_INTERRUPT) ///< Return TRUE/FALSE for INTERRUPT type
[all...] |
| /external/libvpx/libvpx/vp9/encoder/ |
| vp9_bitstream.c | 226 const int bit1 = mi->ref_frame[0] != GOLDEN_FRAME; local 227 vpx_write(w, bit1, vp9_get_pred_prob_single_ref_p2(cm, xd)); [all...] |
| /device/linaro/bootloader/edk2/DuetPkg/SataControllerDxe/ |
| SataController.h | 41 #define B_AHCI_CAP_NPS (BIT4 | BIT3 | BIT2 | BIT1 | BIT0) // Number of Ports
|
| /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/ |
| LegacyBios.c | 102 block Bit0 = 1 0xF0000 block Bit1 = 1 0xE0000
[all...] |