Home
last modified time | relevance | path

Searched refs:BIT5 (Results 1 – 12 of 12) sorted by relevance

/freebsd-11-stable/sys/dev/nand/
HDnand.c60 #define BIT5(x) (BIT0(x >> 5)) macro
335 ecc[0] ^= (BIT1(byte) ^ BIT3(byte) ^ BIT5(byte) ^ in calculate_ecc()
338 BIT5(byte)) << 4; in calculate_ecc()
343 ecc[0] ^= (BIT4(byte) ^ BIT5(byte) ^ BIT6(byte) ^ in calculate_ecc()
347 BIT3(byte) ^ BIT4(byte) ^ BIT5(byte) ^ BIT6(byte) ^ in calculate_ecc()
357 ecc[1] ^= (0x4 << BIT5(i)); in calculate_ecc()
381 addr = BIT3(ecc0) | (BIT5(ecc0) << 1) | (BIT7(ecc0) << 2); in correct_ecc()
383 (BIT5(ecc2) << 5) | (BIT7(ecc2) << 6); in correct_ecc()
385 (BIT5(ecc1) << 9) | (BIT7(ecc1) << 10); in correct_ecc()
/freebsd-11-stable/sys/contrib/edk2/Include/IndustryStandard/
HDAcpi20.h216 #define EFI_ACPI_2_0_SLP_BUTTON BIT5
HDAcpi60.h201 #define EFI_ACPI_6_0_CMOS_RTC_NOT_PRESENT BIT5
219 #define EFI_ACPI_6_0_SLP_BUTTON BIT5
1434 …CPI_6_0_NFIT_MEMORY_DEVICE_STATE_FLAGS_FIRMWARE_ENABLED_TO_NOTIFY_OSPM_ON_SMART_HEALTH_EVENTS BIT5
HDAcpi10.h478 #define EFI_ACPI_1_0_SLP_BUTTON BIT5
HDAcpi30.h245 #define EFI_ACPI_3_0_SLP_BUTTON BIT5
HDAcpi51.h201 #define EFI_ACPI_5_1_CMOS_RTC_NOT_PRESENT BIT5
219 #define EFI_ACPI_5_1_SLP_BUTTON BIT5
HDAcpi50.h318 #define EFI_ACPI_5_0_CMOS_RTC_NOT_PRESENT BIT5
329 #define EFI_ACPI_5_0_SLP_BUTTON BIT5
HDAcpi40.h203 #define EFI_ACPI_4_0_SLP_BUTTON BIT5
/freebsd-11-stable/contrib/binutils/opcodes/
HDsparc-opc.c1656 #define BIT5 (1<<5) macro
1657 { "crdcxt", F3(2, 0x36, 0)|SLCPOP(4), F3(~2, ~0x36, ~0)|SLCPOP(~4)|BIT5|RS2(~0), "U,d", 0, sparclet…
1658 { "cwrcxt", F3(2, 0x36, 0)|SLCPOP(3), F3(~2, ~0x36, ~0)|SLCPOP(~3)|BIT5|RS2(~0), "1,u", 0, sparclet…
1659 { "cpush", F3(2, 0x36, 0)|SLCPOP(0), F3(~2, ~0x36, ~0)|SLCPOP(~0)|BIT5|RD(~0), "1,2", 0, sparclet },
1661 { "cpusha", F3(2, 0x36, 0)|SLCPOP(1), F3(~2, ~0x36, ~0)|SLCPOP(~1)|BIT5|RD(~0), "1,2", 0, sparclet …
1663 { "cpull", F3(2, 0x36, 0)|SLCPOP(2), F3(~2, ~0x36, ~0)|SLCPOP(~2)|BIT5|RS1(~0)|RS2(~0), "d", 0, spa…
1664 #undef BIT5
/freebsd-11-stable/sys/contrib/edk2/Include/
HDBase.h384 #define BIT5 0x00000020 macro
/freebsd-11-stable/lib/libefivar/
HDefivar-dp-format.c297 ((Info & BIT5) != 0) ? "External" : "Internal", in DevPathToTextVendor()
777 ((SasEx->DeviceTopology & BIT5) != 0) ? "External" : "Internal", in DevPathToTextSasEx()
/freebsd-11-stable/sys/contrib/edk2/
HDMdePkg.dec1915 # BIT5 - Allocate or Free Page message.<BR>
1972 # BIT5 - Enable DeadLoop as ASSERT.<BR>
1983 # BIT5 - Allocate or Free Page message.<BR>