Home
last modified time | relevance | path

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

123

/Linux-v6.1/Documentation/input/devices/
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.
/Linux-v6.1/Documentation/devicetree/bindings/soundwire/
Dsoundwire-controller.yaml41 MFD is 4 nibbles
42 PID is 4 nibbles
43 CID is 2 nibbles
/Linux-v6.1/drivers/media/rc/
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()
/Linux-v6.1/drivers/input/joystick/
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()
/Linux-v6.1/arch/s390/tools/
Dgen_opcode_table.c52 * least one byte (two nibbles), three nibbles, or two bytes (four
53 * nibbles).
61 * nibbles.
/Linux-v6.1/sound/firewire/oxfw/
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()
/Linux-v6.1/lib/
Dcrc4.c35 /* Calculate crc4 over four-bit nibbles, starting at the MSbit */ in crc4()
/Linux-v6.1/drivers/net/ethernet/marvell/
Dmv643xx_eth.c1787 u32 nibbles; in uc_addr_filter_mask() local
1792 nibbles = 1 << (dev->dev_addr[5] & 0x0f); in uc_addr_filter_mask()
1799 nibbles |= 1 << (ha->addr[5] & 0x0f); in uc_addr_filter_mask()
1802 return nibbles; in uc_addr_filter_mask()
1809 u32 nibbles; in mv643xx_eth_program_unicast_filter() local
1816 nibbles = uc_addr_filter_mask(dev); in mv643xx_eth_program_unicast_filter()
1817 if (!nibbles) { in mv643xx_eth_program_unicast_filter()
1819 nibbles = 0xffff; in mv643xx_eth_program_unicast_filter()
1827 if (nibbles & 1) in mv643xx_eth_program_unicast_filter()
1829 if (nibbles & 2) in mv643xx_eth_program_unicast_filter()
[all …]
/Linux-v6.1/Documentation/networking/
Dplip.rst124 nibbles into bytes, leading to much faster transfers.
165 nibbles into bytes. This cable should not be used on unidirectional
/Linux-v6.1/Documentation/xtensa/
Dmmu.rst24 - VA = virtual address (two upper nibbles of it);
25 - PA = physical address (two upper nibbles of it);
/Linux-v6.1/drivers/ata/
Dpata_piccolo.c54 conf |= (2 - udma) * 0x111; /* spread into three nibbles */ in tosh_set_dmamode()
/Linux-v6.1/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_mfw_req.h159 * 9 nibbles, the position of each nibble
/Linux-v6.1/drivers/net/ethernet/ti/
Dam65-cpsw-qos.c227 /* Fetch command count it's number of bytes in Gigabit mode or nibbles in
229 * bytes/nibbles that can be sent while transmission on given speed.
/Linux-v6.1/drivers/net/ethernet/aquantia/atlantic/macsec/
Dmacsec_struct.h22 * will match successfully. The total data is 64 bit, i.e. 16 nibbles
331 * 16 nibbles masks.
681 * 16 nibbles masks.
/Linux-v6.1/drivers/rtc/
Drtc-rp5c01.c158 * The NVRAM is organized as 2 blocks of 13 nibbles of 4 bits.
/Linux-v6.1/arch/arm/lib/
Dlib1funcs.S56 @ at the left end of each 4 bit nibbles in the division loop
/Linux-v6.1/Documentation/m68k/
Dbuddha-driver.rst18 Docs. Reading the nibbles should give this information::
/Linux-v6.1/drivers/s390/scsi/
Dzfcp_def.h52 * Note, the leftmost 12 status bits (3 nibbles) are common among adapter, port
/Linux-v6.1/include/linux/usb/
Dehci_def.h49 u8 portroute[8]; /* nibbles for routing - offset 0xC */
/Linux-v6.1/arch/arm/mm/
Dabort-lv4t.S94 orrne r6, r9, r6, lsr #4 @ combine nibbles } else
/Linux-v6.1/drivers/net/ethernet/moxa/
Dmoxart_ether.h48 #define RX_DESC0_ODD_NB 0x400000 /* receive odd nibbles */
/Linux-v6.1/arch/arm/probes/
Ddecode.h184 * least significant 5 nibbles of the instruction being decoded. The regs value
/Linux-v6.1/drivers/mtd/nand/raw/
Domap2.c893 * eccsize1 = 32 (skip 32 nibbles = 16 bytes per sector in spare area)
952 ecc_size0 = 52; /* ECC bits in nibbles per sector */ in omap_enable_hwecc_bch()
953 ecc_size1 = 0; /* non-ECC bits in nibbles per sector */ in omap_enable_hwecc_bch()
956 ecc_size0 = 0; /* extra bits in nibbles per sector */ in omap_enable_hwecc_bch()
957 ecc_size1 = 52; /* OOB bits in nibbles per sector */ in omap_enable_hwecc_bch()
/Linux-v6.1/arch/sh/kernel/
Ddisassemble.c51 sh_nibble_type nibbles[4]; member
308 int i = op->nibbles[n]; in print_sh_insn()
/Linux-v6.1/drivers/net/ethernet/broadcom/
Db44.h273 #define RX_FLAG_ODD 0x00000008 /* Frame has odd number of nibbles */

123