Home
last modified time | relevance | path

Searched full:nibbles (Results 1 – 25 of 85) sorted by relevance

1234

/openbmc/linux/Documentation/input/devices/
H A Dwalkera0701.rst104 One binary and octal value can be grouped to nibble. 24 nibbles + one binary
108 first 10 nibbles. Analog value is represented by one sign bit and 9 bit
110 first ten nibbles.
112 Next nibbles 12 .. 21 represents four channels (not all channels can be
114 four channels. In nibbles 22 and 23 is a special magic number. Nibble 24 is
115 checksum for nibbles 12..23.
125 Summary of octal values in nibbles must be same as octal value in checksum
127 calculated by sum of binary values in checked nibbles + sum of octal values
128 in checked nibbles divided by 8. Only bit 0 of this sum is used.
/openbmc/linux/Documentation/devicetree/bindings/soundwire/
H A Dsoundwire-controller.yaml41 MFD is 4 nibbles
42 PID is 4 nibbles
43 CID is 2 nibbles
/openbmc/linux/drivers/media/rc/
H A Dir-xmp-decoder.c90 * to transform durations into nibbles. Subtract 2000 from in ir_xmp_decode()
101 /* convert to nibbles and do some sanity checks */ in ir_xmp_decode()
124 dev_dbg(&dev->dev, "subaddress nibbles mismatch 0x%02X != 0x%02X\n", in ir_xmp_decode()
130 dev_dbg(&dev->dev, "Warning: OEM nibbles 0x%02X. Expected 0x44\n", in ir_xmp_decode()
/openbmc/linux/drivers/input/joystick/
H A Dmagellan.c44 * have correct upper nibbles for the lower ones, if not, the packet will
51 static unsigned char nibbles[16] = "0AB3D56GH9:K<MN?"; in magellan_crunch_nibbles() local
54 if (data[count] == nibbles[data[count] & 0xf]) in magellan_crunch_nibbles()
/openbmc/linux/arch/s390/tools/
H A Dgen_opcode_table.c52 * least one byte (two nibbles), three nibbles, or two bytes (four
53 * nibbles).
61 * nibbles.
/openbmc/linux/sound/firewire/oxfw/
H A Doxfw-scs1x.c47 u8 nibbles[2]; in midi_input_escaped_byte() local
49 nibbles[0] = byte >> 4; in midi_input_escaped_byte()
50 nibbles[1] = byte & 0x0f; in midi_input_escaped_byte()
51 snd_rawmidi_receive(stream, nibbles, 2); in midi_input_escaped_byte()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Domap_gpmc.c206 eccsize0 = 0; /* extra bits in nibbles per sector */ in omap_enable_hwecc()
207 eccsize1 = 28; /* OOB bits in nibbles per sector */ in omap_enable_hwecc()
210 eccsize0 = 26; /* ECC bits in nibbles per sector */ in omap_enable_hwecc()
211 eccsize1 = 2; /* non-ECC bits in nibbles per sector */ in omap_enable_hwecc()
219 eccsize0 = 0; /* extra bits in nibbles per sector */ in omap_enable_hwecc()
220 eccsize1 = 52; /* OOB bits in nibbles per sector */ in omap_enable_hwecc()
223 eccsize0 = 52; /* ECC bits in nibbles per sector */ in omap_enable_hwecc()
224 eccsize1 = 0; /* non-ECC bits in nibbles per sector */ in omap_enable_hwecc()
/openbmc/linux/lib/
H A Dcrc4.c35 /* Calculate crc4 over four-bit nibbles, starting at the MSbit */ in crc4()
/openbmc/qemu/target/arm/tcg/
H A Dmte_helper.h25 * Our tag memory is formatted as a sequence of little-endian nibbles.
/openbmc/linux/Documentation/networking/
H A Dplip.rst124 nibbles into bytes, leading to much faster transfers.
165 nibbles into bytes. This cable should not be used on unidirectional
/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dmv_ddr_spd.h178 union { /* upper nibbles for t ras min & t rc min */
214 union { /* upper nibbles for t wtr min */
/openbmc/linux/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c1788 u32 nibbles; in uc_addr_filter_mask() local
1793 nibbles = 1 << (dev->dev_addr[5] & 0x0f); in uc_addr_filter_mask()
1800 nibbles |= 1 << (ha->addr[5] & 0x0f); in uc_addr_filter_mask()
1803 return nibbles; in uc_addr_filter_mask()
1810 u32 nibbles; in mv643xx_eth_program_unicast_filter() local
1817 nibbles = uc_addr_filter_mask(dev); in mv643xx_eth_program_unicast_filter()
1818 if (!nibbles) { in mv643xx_eth_program_unicast_filter()
1820 nibbles = 0xffff; in mv643xx_eth_program_unicast_filter()
1828 if (nibbles & 1) in mv643xx_eth_program_unicast_filter()
1830 if (nibbles & 2) in mv643xx_eth_program_unicast_filter()
[all …]
/openbmc/qemu/disas/
H A Dsh4.c323 sh_nibble_type nibbles[9]; member
1231 nibbles of the insn, i.e. field a and the bit that indicates if
1262 for (first_movx = sh_table; first_movx->nibbles[1] != MOVX_NOPY;) in print_insn_ddt()
1264 for (first_movy = first_movx; first_movy->nibbles[1] != MOVY_NOPX;) in print_insn_ddt()
1275 while (op->nibbles[2] != (unsigned) ((insn >> 4) & 3) in print_insn_ddt()
1276 || op->nibbles[3] != (unsigned) (insn & 0xf)) in print_insn_ddt()
1296 for (first_movx = sh_table; first_movx->nibbles[1] != MOVX;) in print_insn_ddt()
1298 for (first_movy = first_movx; first_movy->nibbles[1] != MOVY;) in print_insn_ddt()
1304 for (opx = first_movx; opx->nibbles[2] != insn_x;) in print_insn_ddt()
1314 for (opy = first_movy; opy->nibbles[2] != insn_y;) in print_insn_ddt()
[all …]
/openbmc/linux/Documentation/arch/xtensa/
H A Dmmu.rst24 - VA = virtual address (two upper nibbles of it);
25 - PA = physical address (two upper nibbles of it);
/openbmc/linux/drivers/ata/
H A Dpata_piccolo.c54 conf |= (2 - udma) * 0x111; /* spread into three nibbles */ in tosh_set_dmamode()
/openbmc/qemu/include/hw/ssi/
H A Dpnv_spi_regs.h87 * nibbles in the constants.
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_mfw_req.h159 * 9 nibbles, the position of each nibble
/openbmc/u-boot/drivers/power/regulator/
H A Dfan53555.c25 * combination of 2 nibbles: DIE_ID and DIE_REV.
/openbmc/qemu/qapi/
H A Dcxl.json117 # @nibble-mask: Identifies one or more nibbles that the error affects
130 # set in the nibble-mask. Up to 4 nibbles may be covered.
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/macsec/
H A Dmacsec_struct.h22 * will match successfully. The total data is 64 bit, i.e. 16 nibbles
331 * 16 nibbles masks.
681 * 16 nibbles masks.
/openbmc/linux/drivers/rtc/
H A Drtc-rp5c01.c158 * The NVRAM is organized as 2 blocks of 13 nibbles of 4 bits.
/openbmc/qemu/libdecnumber/dpd/
H A Ddecimal64.c784 /* write out three 0 digits (nibbles); out may have digit(s) */ in decDigitsFromDPD()
797 /* now accumulate the 3 BCD nibbles into units */ in decDigitsFromDPD()
804 /* if this is the last declet and the remaining nibbles in bcd */ in decDigitsFromDPD()
805 /* are 00 then process no more nibbles, because this could be */ in decDigitsFromDPD()
/openbmc/linux/arch/arm/lib/
H A Dlib1funcs.S56 @ at the left end of each 4 bit nibbles in the division loop
/openbmc/linux/Documentation/arch/m68k/
H A Dbuddha-driver.rst18 Docs. Reading the nibbles should give this information::
/openbmc/linux/arch/arm/mm/
H A Dabort-lv4t.S94 orrne r6, r9, r6, lsr #4 @ combine nibbles } else

1234