Searched refs:BIT0 (Results 1 - 18 of 18) sorted by relevance

/freebsd-13-stable/sys/contrib/edk2/Include/IndustryStandard/
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 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 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 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 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
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
/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_irig.c187 #define BIT0 0 /* zero */ macro
802 irig_decode(peer, BIT0);
818 irig_decode(peer, BIT0);
/freebsd-13-stable/sys/contrib/zstd/lib/common/
H A Dzstd_internal.h153 #define BIT0 1 macro
/freebsd-13-stable/lib/libefivar/
H A Defivar-dp-parse.c1613 Uint16 = ((UINT16) Strtoi (LocationStr) & BIT0);
1626 Uint16 = ((UINT16) Strtoi (ConnectStr) & (BIT0 | BIT1));
1711 Uint16 = ((UINT16) Strtoi (LocationStr) & BIT0);
1724 Uint16 = ((UINT16) Strtoi (ConnectStr) & (BIT0 | BIT1));
/freebsd-13-stable/sys/contrib/edk2/Include/
H A DBase.h348 #define BIT0 0x00000001 macro
/freebsd-13-stable/sys/dev/smartpqi/
H A Dsmartpqi_defines.h664 #define BIT0 (1 << 0) macro
/freebsd-13-stable/sys/contrib/zstd/lib/legacy/
H A Dzstd_v03.c2351 #define BIT0 1 macro
2360 #define IS_RAW BIT0
H A Dzstd_v02.c2710 #define BIT0 1 macro
2719 #define IS_RAW BIT0
H A Dzstd_v04.c363 #define BIT0 1 macro
365 #define IS_RAW BIT0
H A Dzstd_v06.c473 #define BIT0 1 macro
H A Dzstd_v07.c2711 #define BIT0 1 macro
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c6450 #define BIT0 1 macro
[all...]

Completed in 298 milliseconds