Searched refs:BIT5 (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/sys/dev/nand/
H A Dnand.c60 #define BIT5(x) (BIT0(x >> 5)) macro
335 ecc[0] ^= (BIT1(byte) ^ BIT3(byte) ^ BIT5(byte) ^
338 BIT5(byte)) << 4;
343 ecc[0] ^= (BIT4(byte) ^ BIT5(byte) ^ BIT6(byte) ^
347 BIT3(byte) ^ BIT4(byte) ^ BIT5(byte) ^ BIT6(byte) ^
357 ecc[1] ^= (0x4 << BIT5(i));
381 addr = BIT3(ecc0) | (BIT5(ecc0) << 1) | (BIT7(ecc0) << 2);
383 (BIT5(ecc2) << 5) | (BIT7(ecc2) << 6);
385 (BIT5(ecc1) << 9) | (BIT7(ecc1) << 10);
/freebsd-11-stable/sys/contrib/edk2/Include/IndustryStandard/
H A DAcpi20.h216 #define EFI_ACPI_2_0_SLP_BUTTON BIT5
H A DAcpi30.h245 #define EFI_ACPI_3_0_SLP_BUTTON BIT5
H A DAcpi10.h478 #define EFI_ACPI_1_0_SLP_BUTTON BIT5
H A DAcpi60.h201 #define EFI_ACPI_6_0_CMOS_RTC_NOT_PRESENT BIT5
219 #define EFI_ACPI_6_0_SLP_BUTTON BIT5
1434 #define EFI_ACPI_6_0_NFIT_MEMORY_DEVICE_STATE_FLAGS_FIRMWARE_ENABLED_TO_NOTIFY_OSPM_ON_SMART_HEALTH_EVENTS BIT5
H A DAcpi51.h201 #define EFI_ACPI_5_1_CMOS_RTC_NOT_PRESENT BIT5
219 #define EFI_ACPI_5_1_SLP_BUTTON BIT5
H A DAcpi50.h318 #define EFI_ACPI_5_0_CMOS_RTC_NOT_PRESENT BIT5
329 #define EFI_ACPI_5_0_SLP_BUTTON BIT5
H A DAcpi40.h203 #define EFI_ACPI_4_0_SLP_BUTTON BIT5
/freebsd-11-stable/sys/contrib/edk2/Include/
H A DBase.h384 #define BIT5 0x00000020 macro
/freebsd-11-stable/lib/libefivar/
H A Defivar-dp-format.c297 ((Info & BIT5) != 0) ? "External" : "Internal",
777 ((SasEx->DeviceTopology & BIT5) != 0) ? "External" : "Internal",
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dsparc-opc.c1658 #define BIT5 (1<<5)
1659 { "crdcxt", F3(2, 0x36, 0)|SLCPOP(4), F3(~2, ~0x36, ~0)|SLCPOP(~4)|BIT5|RS2(~0), "U,d", 0, sparclet },
1660 { "cwrcxt", F3(2, 0x36, 0)|SLCPOP(3), F3(~2, ~0x36, ~0)|SLCPOP(~3)|BIT5|RS2(~0), "1,u", 0, sparclet },
1661 { "cpush", F3(2, 0x36, 0)|SLCPOP(0), F3(~2, ~0x36, ~0)|SLCPOP(~0)|BIT5|RD(~0), "1,2", 0, sparclet },
1663 { "cpusha", F3(2, 0x36, 0)|SLCPOP(1), F3(~2, ~0x36, ~0)|SLCPOP(~1)|BIT5|RD(~0), "1,2", 0, sparclet },
1665 { "cpull", F3(2, 0x36, 0)|SLCPOP(2), F3(~2, ~0x36, ~0)|SLCPOP(~2)|BIT5|RS1(~0)|RS2(~0), "d", 0, sparclet },
1666 #undef BIT5
1656 #define BIT5 macro
1664 #undef BIT5 macro

Completed in 228 milliseconds