/openbmc/u-boot/tools/ |
H A D | vybridimage.c | 46 uint8_t bit4 = (byte & (1 << 4)) ? 1 : 0; in vybridimage_sw_ecc() local 53 res |= ((bit7 ^ bit5 ^ bit4 ^ bit2 ^ bit1) << 1); in vybridimage_sw_ecc() 55 res |= ((bit7 ^ bit4 ^ bit3 ^ bit0) << 3); in vybridimage_sw_ecc() 56 res |= ((bit6 ^ bit4 ^ bit3 ^ bit2 ^ bit1 ^ bit0) << 4); in vybridimage_sw_ecc()
|
/openbmc/linux/Documentation/driver-api/mtd/ |
H A D | nand_ecc.rst | 45 byte 0: bit7 bit6 bit5 bit4 bit3 bit2 bit1 bit0 rp0 rp2 rp4 ... rp14 46 byte 1: bit7 bit6 bit5 bit4 bit3 bit2 bit1 bit0 rp1 rp2 rp4 ... rp14 47 byte 2: bit7 bit6 bit5 bit4 bit3 bit2 bit1 bit0 rp0 rp3 rp4 ... rp14 48 byte 3: bit7 bit6 bit5 bit4 bit3 bit2 bit1 bit0 rp1 rp3 rp4 ... rp14 49 byte 4: bit7 bit6 bit5 bit4 bit3 bit2 bit1 bit0 rp0 rp2 rp5 ... rp14 51 byte 254: bit7 bit6 bit5 bit4 bit3 bit2 bit1 bit0 rp0 rp3 rp5 ... rp15 52 byte 255: bit7 bit6 bit5 bit4 bit3 bit2 bit1 bit0 rp1 rp3 rp5 ... rp15 63 - cp0 is the parity that belongs to all bit0, bit2, bit4, bit6. 65 so the sum of all bit0, bit2, bit4 and bit6 values + cp0 itself is even. 69 - cp2 is the parity over bit0, bit1, bit4 and bit5 [all …]
|
/openbmc/libpldm/include/libpldm/ |
H A D | pldm_types.h | 14 uint8_t bit4 : 1; member 41 uint8_t bit4 : 1; member 63 uint8_t bit4 : 1; member 101 uint8_t bit4 : 1; member
|
/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/ |
H A D | math_support.h | 50 #define bit4(x) (bit2(x) | (bit2(x) >> 2)) macro 51 #define bit8(x) (bit4(x) | (bit4(x) >> 4))
|
/openbmc/linux/include/uapi/linux/ |
H A D | ioam6.h | 58 bit4:1, member 101 bit4:1, member
|
/openbmc/linux/Documentation/leds/ |
H A D | leds-mlxcpld.rst | 54 [bit7,bit6,bit5,bit4]: 99 [bit7,bit6,bit5,bit4]:
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_debugfs.h | 58 bit4 : 1, member
|
/openbmc/qemu/target/loongarch/tcg/insn_trans/ |
H A D | trans_fcmp.c.inc | 6 /* bit0(signaling/quiet) bit1(lt) bit2(eq) bit3(un) bit4(neq) */
|
/openbmc/pldm/pldmtool/ |
H A D | pldm_fw_update_cmd.cpp | 254 if (fwParams.capabilities_during_update.bits.bit4) in parseResponseMsg() 367 else if (compEntry.comp_activation_methods.bits.bit4) in parseResponseMsg()
|
H A D | pldm_platform_cmd.cpp | 1485 if (pdr->range_field_support.bits.bit4) in printCompactNumericSensorPDR()
|
/openbmc/linux/Documentation/input/devices/ |
H A D | sentelic.rst | 759 bit4 0 RW Reserved, must be 0 768 bit5~bit4 RO number of buttons 782 bit4~bit0 0x05 RW XLO in 0s/4/1, so 03h = 0010.1b = 2.5 791 bit4~bit0 0x1d RW XHI in 0s/4/1, so 19h = 1100.1b = 12.5 796 bit4~bit0 0x04 RW YLO in 0s/4/1, so 03h = 0010.1b = 2.5 801 bit4~bit0 0x13 RW YHI in 0s/4/1, so 11h = 1000.1b = 8.5 874 bit4 0 RW absolute coordination continuous mode
|
/openbmc/u-boot/board/iomega/iconnect/ |
H A D | kwbimage.cfg | 31 # bit4: 0x0, addr/cmd in smame cycle
|
/openbmc/linux/Documentation/arch/x86/ |
H A D | tsx_async_abort.rst | 116 (i.e. it will make CPUID(EAX=7).EBX{bit4} and
|
/openbmc/u-boot/board/raidsonic/ib62x0/ |
H A D | kwbimage.cfg | 32 # bit4: 0x0, addr/cmd in smame cycle
|
/openbmc/u-boot/board/buffalo/lsxl/ |
H A D | kwbimage-lschl.cfg | 38 # bit4: 0, addr/cmd in same cycle
|
H A D | kwbimage-lsxhl.cfg | 38 # bit4: 1, T2 mode, addr/cmd are driven for two cycles
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | ioam6_parser.c | 231 if (ioam6h->type.bit4) { in check_ioam6_data()
|
/openbmc/u-boot/board/d-link/dns325/ |
H A D | kwbimage.cfg | 36 # bit4: 0, addr/cmd in smame cycle
|
/openbmc/pldm/platform-mc/ |
H A D | numeric_sensor.cpp | 244 if (pdr->supported_thresholds.bits.bit4) in NumericSensor()
|
/openbmc/linux/drivers/pinctrl/nuvoton/ |
H A D | pinctrl-npcm8xx.c | 1302 .fn4 = fn_ ## n, .reg4 = NPCM8XX_GCR_ ## o, .bit4 = p, \ 1326 int fn4, reg4, bit4; member 1855 BIT(cfg->bit4), in npcm8xx_setfunc() 1857 BIT(cfg->bit4) : 0); in npcm8xx_setfunc()
|
/openbmc/linux/net/ipv6/ |
H A D | ioam6.c | 709 if (trace->type.bit4) { in __ioam6_fill_trace_data()
|