Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/kernel/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.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soundwire/
H A Dsoundwire-controller.yaml41 MFD is 4 nibbles
42 PID is 4 nibbles
43 CID is 2 nibbles
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/input/joystick/
H A Dmagellan.c47 * have correct upper nibbles for the lower ones, if not, the packet will
54 static unsigned char nibbles[16] = "0AB3D56GH9:K<MN?"; in magellan_crunch_nibbles() local
57 if (data[count] == nibbles[data[count] & 0xf]) in magellan_crunch_nibbles()
/OK3568_Linux_fs/kernel/arch/s390/tools/
H A Dgen_opcode_table.c52 * least one byte (two nibbles), three nibbles, or two bytes (four
53 * nibbles).
61 * nibbles.
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Domap_gpmc.c207 eccsize0 = 0; /* extra bits in nibbles per sector */ in omap_enable_hwecc()
208 eccsize1 = 28; /* OOB bits in nibbles per sector */ in omap_enable_hwecc()
211 eccsize0 = 26; /* ECC bits in nibbles per sector */ in omap_enable_hwecc()
212 eccsize1 = 2; /* non-ECC bits in nibbles per sector */ in omap_enable_hwecc()
220 eccsize0 = 0; /* extra bits in nibbles per sector */ in omap_enable_hwecc()
221 eccsize1 = 52; /* OOB bits in nibbles per sector */ in omap_enable_hwecc()
224 eccsize0 = 52; /* ECC bits in nibbles per sector */ in omap_enable_hwecc()
225 eccsize1 = 0; /* non-ECC bits in nibbles per sector */ in omap_enable_hwecc()
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dtests.sh73 s1N ) formatText="s8 (swap nibbles)"; formatExt="s8"; formatFlags="-N" ;;
74 s1XN) formatText="s8 (swap nibbles & bits)"; formatExt="s8"; formatFlags="-X -N" ;;
H A Dadpcm.c207 op = obuff+7*chans; /* point to base of output nibbles */ in AdpcmMashS()
349 m = (2*m)/chans + 2; /* nibbles/chans + 2 in header */ in lsx_ms_adpcm_samples_in()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c1777 u32 nibbles; in uc_addr_filter_mask() local
1782 nibbles = 1 << (dev->dev_addr[5] & 0x0f); in uc_addr_filter_mask()
1789 nibbles |= 1 << (ha->addr[5] & 0x0f); in uc_addr_filter_mask()
1792 return nibbles; in uc_addr_filter_mask()
1799 u32 nibbles; in mv643xx_eth_program_unicast_filter() local
1806 nibbles = uc_addr_filter_mask(dev); in mv643xx_eth_program_unicast_filter()
1807 if (!nibbles) { in mv643xx_eth_program_unicast_filter()
1809 nibbles = 0xffff; in mv643xx_eth_program_unicast_filter()
1817 if (nibbles & 1) in mv643xx_eth_program_unicast_filter()
1819 if (nibbles & 2) in mv643xx_eth_program_unicast_filter()
[all …]
/OK3568_Linux_fs/kernel/lib/
H A Dcrc4.c35 /* Calculate crc4 over four-bit nibbles, starting at the MSbit */ in crc4()
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/Documentation/xtensa/
H A Dmmu.rst24 - VA = virtual address (two upper nibbles of it);
25 - PA = physical address (two upper nibbles of it);
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dpata_piccolo.c54 conf |= (2 - udma) * 0x111; /* spread into three nibbles */ in tosh_set_dmamode()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/
H A Dam65-cpsw-qos.c226 /* Fetch command count it's number of bytes in Gigabit mode or nibbles in
228 * bytes/nibbles that can be sent while transmission on given speed.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gdb/
H A DMIPS-Register-packet-Format.html78 byte order. The two nibbles within a register byte are transferred
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gdb/
H A DMIPS-Register-packet-Format.html78 byte order. The two nibbles within a register byte are transferred
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_mfw_req.h159 * 9 nibbles, the position of each nibble
/OK3568_Linux_fs/kernel/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.
/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-rp5c01.c158 * The NVRAM is organized as 2 blocks of 13 nibbles of 4 bits.
H A Drtc-tps80031.c57 * PMU RTC have only 2 nibbles to store year information, so using an
/OK3568_Linux_fs/kernel/arch/arm/lib/
H A Dlib1funcs.S56 @ at the left end of each 4 bit nibbles in the division loop
/OK3568_Linux_fs/kernel/Documentation/m68k/
H A Dbuddha-driver.rst18 Docs. Reading the nibbles should give this information::
/OK3568_Linux_fs/u-boot/include/
H A Dddr_spd.h204 unsigned char tras_trc_ext; /* 21 Upper Nibbles for tRAS and tRC */
321 uint8_t tras_trc_ext; /* 27 Upper Nibbles for tRAS and tRC */
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Dabort-lv4t.S94 orrne r6, r9, r6, lsr #4 @ combine nibbles } else

1234