Home
last modified time | relevance | path

Searched refs:BIT0 (Results 1 – 11 of 11) sorted by relevance

/dragonfly/stand/contrib/edk2/MdePkg/Include/IndustryStandard/
HDAcpi60.h191 #define EFI_ACPI_6_0_LEGACY_DEVICES BIT0
202 #define EFI_ACPI_6_0_ARM_PSCI_COMPLIANT BIT0
209 #define EFI_ACPI_6_0_WBINVD BIT0
258 #define EFI_ACPI_6_0_S4BIOS_F BIT0
265 #define EFI_ACPI_6_0_OSPM_64BIT_WAKE_F BIT0
296 #define EFI_ACPI_6_0_PCAT_COMPAT BIT0
338 #define EFI_ACPI_6_0_LOCAL_APIC_ENABLED BIT0
465 #define EFI_ACPI_6_0_CPEI_PROCESSOR_OVERRIDE BIT0
517 #define EFI_ACPI_6_0_GIC_ENABLED BIT0
560 #define EFI_ACPI_6_0_SPI_COUNT_BASE_SELECT BIT0
[all …]
HDAcpi51.h191 #define EFI_ACPI_5_1_LEGACY_DEVICES BIT0
202 #define EFI_ACPI_5_1_ARM_PSCI_COMPLIANT BIT0
209 #define EFI_ACPI_5_1_WBINVD BIT0
258 #define EFI_ACPI_5_1_S4BIOS_F BIT0
265 #define EFI_ACPI_5_1_OSPM_64BIT_WAKE_F BIT0
296 #define EFI_ACPI_5_1_PCAT_COMPAT BIT0
337 #define EFI_ACPI_5_1_LOCAL_APIC_ENABLED BIT0
464 #define EFI_ACPI_5_1_CPEI_PROCESSOR_OVERRIDE BIT0
514 #define EFI_ACPI_5_1_GIC_ENABLED BIT0
557 #define EFI_ACPI_5_1_SPI_COUNT_BASE_SELECT BIT0
[all …]
HDAcpi30.h224 #define EFI_ACPI_3_0_LEGACY_DEVICES BIT0
234 #define EFI_ACPI_3_0_WBINVD BIT0
279 #define EFI_ACPI_3_0_S4BIOS_F BIT0
310 #define EFI_ACPI_3_0_PCAT_COMPAT BIT0
345 #define EFI_ACPI_3_0_LOCAL_APIC_ENABLED BIT0
472 #define EFI_ACPI_3_0_CPEI_PROCESSOR_OVERRIDE BIT0
HDAcpi20.h198 #define EFI_ACPI_2_0_LEGACY_DEVICES BIT0
205 #define EFI_ACPI_2_0_WBINVD BIT0
244 #define EFI_ACPI_2_0_S4BIOS_F BIT0
265 #define EFI_ACPI_2_0_PCAT_COMPAT BIT0
300 #define EFI_ACPI_2_0_LOCAL_APIC_ENABLED BIT0
HDAcpi10.h384 #define EFI_ACPI_EXTENDED_INTERRUPT_FLAG_PRODUCER_CONSUMER_MASK BIT0
478 #define EFI_ACPI_1_0_WBINVD BIT0
506 #define EFI_ACPI_1_0_S4BIOS_F BIT0
527 #define EFI_ACPI_1_0_PCAT_COMPAT BIT0
558 #define EFI_ACPI_1_0_LOCAL_APIC_ENABLED BIT0
HDAcpi50.h308 #define EFI_ACPI_5_0_LEGACY_DEVICES BIT0
319 #define EFI_ACPI_5_0_WBINVD BIT0
368 #define EFI_ACPI_5_0_S4BIOS_F BIT0
375 #define EFI_ACPI_5_0_OSPM_64BIT_WAKE_F BIT0
406 #define EFI_ACPI_5_0_PCAT_COMPAT BIT0
445 #define EFI_ACPI_5_0_LOCAL_APIC_ENABLED BIT0
572 #define EFI_ACPI_5_0_CPEI_PROCESSOR_OVERRIDE BIT0
617 #define EFI_ACPI_5_0_GIC_ENABLED BIT0
1314 #define EFI_ACPI_5_0_GTDT_GLOBAL_FLAG_MEMORY_MAPPED_BLOCK_PRESENT BIT0
1320 #define EFI_ACPI_5_0_GTDT_TIMER_FLAG_TIMER_INTERRUPT_MODE BIT0
[all …]
HDAcpi40.h182 #define EFI_ACPI_4_0_LEGACY_DEVICES BIT0
192 #define EFI_ACPI_4_0_WBINVD BIT0
239 #define EFI_ACPI_4_0_S4BIOS_F BIT0
246 #define EFI_ACPI_4_0_OSPM_64BIT_WAKE__F BIT0
277 #define EFI_ACPI_4_0_PCAT_COMPAT BIT0
314 #define EFI_ACPI_4_0_LOCAL_APIC_ENABLED BIT0
441 #define EFI_ACPI_4_0_CPEI_PROCESSOR_OVERRIDE BIT0
/dragonfly/contrib/zstd/lib/common/
HDzstd_internal.h153 #define BIT0 1 macro
/dragonfly/stand/contrib/edk2/MdePkg/Include/
HDBase.h347 #define BIT0 0x00000001 macro
/dragonfly/lib/libefivar/
HDefivar-dp-parse.c1612 Uint16 = ((UINT16) Strtoi (LocationStr) & BIT0); in DevPathFromTextSAS()
1625 Uint16 = ((UINT16) Strtoi (ConnectStr) & (BIT0 | BIT1)); in DevPathFromTextSAS()
1710 Uint16 = ((UINT16) Strtoi (LocationStr) & BIT0); in DevPathFromTextSasEx()
1723 Uint16 = ((UINT16) Strtoi (ConnectStr) & (BIT0 | BIT1)); in DevPathFromTextSasEx()
/dragonfly/sys/contrib/dev/acpica/tests/misc/
HDgrammar.asl5125 BIT0, 1, // single bit field entry
5184 Store (0, BIT0)
5186 If (LNotEqual (BIT0, 0))
6690 BIT0, 1, // single-bit field
6729 // BIT0 and BIT2 should be clear
6731 If (BIT0)