Home
last modified time | relevance | path

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

/freebsd/sys/contrib/edk2/Include/IndustryStandard/
H A DAcpi60.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 …]
H A DAcpi51.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 …]
H A DAcpi30.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
H A DAcpi20.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
H A DAcpi50.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 …]
H A DAcpi40.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
H A DAcpi10.h467 #define EFI_ACPI_1_0_WBINVD BIT0
495 #define EFI_ACPI_1_0_S4BIOS_F BIT0
516 #define EFI_ACPI_1_0_PCAT_COMPAT BIT0
547 #define EFI_ACPI_1_0_LOCAL_APIC_ENABLED BIT0
/freebsd/usr.sbin/bhyve/amd64/
H A Dpci_gvt-d-opregion.h22 #define IGD_OPREGION_HEADER_MBOX1 BIT0
/freebsd/contrib/ntp/ntpd/
H A Drefclock_irig.c187 #define BIT0 0 /* zero */ macro
802 irig_decode(peer, BIT0); in irig_baud()
818 irig_decode(peer, BIT0); in irig_baud()
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dzstd_internal.h152 #define BIT0 1 macro
/freebsd/sys/contrib/zstd/lib/common/
H A Dzstd_internal.h81 #define BIT0 1 macro
/freebsd/sys/contrib/edk2/Include/
H A DBase.h348 #define BIT0 0x00000001 macro
/freebsd/lib/libefivar/
H A Defivar-dp-parse.c1627 Uint16 = ((UINT16)Strtoi (LocationStr) & BIT0); in DevPathFromTextSAS()
1641 Uint16 = ((UINT16)Strtoi (ConnectStr) & (BIT0 | BIT1)); in DevPathFromTextSAS()
1724 Uint16 = ((UINT16)Strtoi (LocationStr) & BIT0); in DevPathFromTextSasEx()
1738 Uint16 = ((UINT16)Strtoi (ConnectStr) & (BIT0 | BIT1)); in DevPathFromTextSasEx()
/freebsd/sys/contrib/edk2/
H A DMdePkg.dec2092 # BIT0 - Initialization message.<BR>
2116 # BIT0 - SMM CET Shadow Stack is enabled.<BR>
2165 # BIT0 - Enable Debug Assert.<BR>
2176 # BIT0 - Initialization message.<BR>
2200 # BIT0 - Enable Progress Code.<BR>
2212 # BIT0 - Enable Performance Measurement.<BR>
2219 # BIT1-BIT6 are evaluated when BIT0 is set.<BR>
2225 # BIT0 - Enable Post Code.<BR>
/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_defines.h769 #define BIT0 (1 << 0) macro
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v03.c2347 #define BIT0 1 macro
2356 #define IS_RAW BIT0
H A Dzstd_v02.c2706 #define BIT0 1 macro
2715 #define IS_RAW BIT0
H A Dzstd_v04.c360 #define BIT0 1 macro
362 #define IS_RAW BIT0
H A Dzstd_v06.c470 #define BIT0 1 macro
H A Dzstd_v07.c2707 #define BIT0 1 macro