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

/freebsd-11-stable/sys/contrib/edk2/Include/IndustryStandard/
H A DAcpi20.h204 #define EFI_ACPI_2_0_LEGACY_DEVICES BIT0
211 #define EFI_ACPI_2_0_WBINVD BIT0
250 #define EFI_ACPI_2_0_S4BIOS_F BIT0
271 #define EFI_ACPI_2_0_PCAT_COMPAT BIT0
306 #define EFI_ACPI_2_0_LOCAL_APIC_ENABLED BIT0
H A DAcpi30.h230 #define EFI_ACPI_3_0_LEGACY_DEVICES BIT0
240 #define EFI_ACPI_3_0_WBINVD BIT0
285 #define EFI_ACPI_3_0_S4BIOS_F BIT0
316 #define EFI_ACPI_3_0_PCAT_COMPAT BIT0
351 #define EFI_ACPI_3_0_LOCAL_APIC_ENABLED BIT0
478 #define EFI_ACPI_3_0_CPEI_PROCESSOR_OVERRIDE BIT0
H A DAcpi51.h196 #define EFI_ACPI_5_1_LEGACY_DEVICES BIT0
207 #define EFI_ACPI_5_1_ARM_PSCI_COMPLIANT BIT0
214 #define EFI_ACPI_5_1_WBINVD BIT0
263 #define EFI_ACPI_5_1_S4BIOS_F BIT0
270 #define EFI_ACPI_5_1_OSPM_64BIT_WAKE_F BIT0
301 #define EFI_ACPI_5_1_PCAT_COMPAT BIT0
342 #define EFI_ACPI_5_1_LOCAL_APIC_ENABLED BIT0
469 #define EFI_ACPI_5_1_CPEI_PROCESSOR_OVERRIDE BIT0
519 #define EFI_ACPI_5_1_GIC_ENABLED BIT0
562 #define EFI_ACPI_5_1_SPI_COUNT_BASE_SELECT BIT0
[all...]
H A DAcpi60.h196 #define EFI_ACPI_6_0_LEGACY_DEVICES BIT0
207 #define EFI_ACPI_6_0_ARM_PSCI_COMPLIANT BIT0
214 #define EFI_ACPI_6_0_WBINVD BIT0
263 #define EFI_ACPI_6_0_S4BIOS_F BIT0
270 #define EFI_ACPI_6_0_OSPM_64BIT_WAKE_F BIT0
301 #define EFI_ACPI_6_0_PCAT_COMPAT BIT0
343 #define EFI_ACPI_6_0_LOCAL_APIC_ENABLED BIT0
470 #define EFI_ACPI_6_0_CPEI_PROCESSOR_OVERRIDE BIT0
522 #define EFI_ACPI_6_0_GIC_ENABLED BIT0
565 #define EFI_ACPI_6_0_SPI_COUNT_BASE_SELECT BIT0
[all...]
H A DAcpi10.h473 #define EFI_ACPI_1_0_WBINVD BIT0
501 #define EFI_ACPI_1_0_S4BIOS_F BIT0
522 #define EFI_ACPI_1_0_PCAT_COMPAT BIT0
553 #define EFI_ACPI_1_0_LOCAL_APIC_ENABLED BIT0
H A DAcpi50.h313 #define EFI_ACPI_5_0_LEGACY_DEVICES BIT0
324 #define EFI_ACPI_5_0_WBINVD BIT0
373 #define EFI_ACPI_5_0_S4BIOS_F BIT0
380 #define EFI_ACPI_5_0_OSPM_64BIT_WAKE_F BIT0
411 #define EFI_ACPI_5_0_PCAT_COMPAT BIT0
450 #define EFI_ACPI_5_0_LOCAL_APIC_ENABLED BIT0
577 #define EFI_ACPI_5_0_CPEI_PROCESSOR_OVERRIDE BIT0
622 #define EFI_ACPI_5_0_GIC_ENABLED BIT0
1319 #define EFI_ACPI_5_0_GTDT_GLOBAL_FLAG_MEMORY_MAPPED_BLOCK_PRESENT BIT0
1325 #define EFI_ACPI_5_0_GTDT_TIMER_FLAG_TIMER_INTERRUPT_MODE BIT0
[all...]
H A DAcpi40.h188 #define EFI_ACPI_4_0_LEGACY_DEVICES BIT0
198 #define EFI_ACPI_4_0_WBINVD BIT0
245 #define EFI_ACPI_4_0_S4BIOS_F BIT0
252 #define EFI_ACPI_4_0_OSPM_64BIT_WAKE__F BIT0
283 #define EFI_ACPI_4_0_PCAT_COMPAT BIT0
320 #define EFI_ACPI_4_0_LOCAL_APIC_ENABLED BIT0
447 #define EFI_ACPI_4_0_CPEI_PROCESSOR_OVERRIDE BIT0
/freebsd-11-stable/sys/dev/nand/
H A Dnand.c55 #define BIT0(x) ((x) & 0x1) macro
56 #define BIT1(x) (BIT0(x >> 1))
57 #define BIT2(x) (BIT0(x >> 2))
58 #define BIT3(x) (BIT0(x >> 3))
59 #define BIT4(x) (BIT0(x >> 4))
60 #define BIT5(x) (BIT0(x >> 5))
61 #define BIT6(x) (BIT0(x >> 6))
62 #define BIT7(x) (BIT0(x >> 7))
333 ecc[0] ^= (BIT0(byte) ^ BIT2(byte) ^ BIT4(byte) ^
337 ecc[0] ^= (BIT0(byt
[all...]
/freebsd-11-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-11-stable/sys/dev/cs/
H A Dif_csreg.h525 #define BIT0 1 macro
/freebsd-11-stable/sys/contrib/edk2/Include/
H A DBase.h379 #define BIT0 0x00000001 macro
/freebsd-11-stable/lib/libefivar/
H A Defivar-dp-parse.c1614 Uint16 = ((UINT16) Strtoi (LocationStr) & BIT0);
1627 Uint16 = ((UINT16) Strtoi (ConnectStr) & (BIT0 | BIT1));
1712 Uint16 = ((UINT16) Strtoi (LocationStr) & BIT0);
1725 Uint16 = ((UINT16) Strtoi (ConnectStr) & (BIT0 | BIT1));

Completed in 298 milliseconds