| /kernel/linux/linux-6.6/Documentation/input/devices/ |
| D | walkera0701.rst | 104 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.
|
| /kernel/linux/linux-5.10/Documentation/input/devices/ |
| D | walkera0701.rst | 104 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.
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/soundwire/ |
| D | soundwire-controller.yaml | 41 MFD is 4 nibbles 42 PID is 4 nibbles 43 CID is 2 nibbles
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/soundwire/ |
| D | soundwire-controller.yaml | 41 MFD is 4 nibbles 42 PID is 4 nibbles 43 CID is 2 nibbles
|
| /kernel/linux/linux-6.6/drivers/media/rc/ |
| D | ir-xmp-decoder.c | 90 * 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()
|
| /kernel/linux/linux-5.10/drivers/media/rc/ |
| D | ir-xmp-decoder.c | 90 * 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()
|
| /kernel/linux/linux-6.6/drivers/input/joystick/ |
| D | magellan.c | 44 * 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()
|
| /kernel/linux/linux-5.10/drivers/input/joystick/ |
| D | magellan.c | 47 * 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()
|
| /kernel/linux/linux-6.6/arch/s390/tools/ |
| D | gen_opcode_table.c | 52 * least one byte (two nibbles), three nibbles, or two bytes (four 53 * nibbles). 61 * nibbles.
|
| /kernel/linux/linux-5.10/arch/s390/tools/ |
| D | gen_opcode_table.c | 52 * least one byte (two nibbles), three nibbles, or two bytes (four 53 * nibbles). 61 * nibbles.
|
| /kernel/linux/linux-5.10/sound/firewire/oxfw/ |
| D | oxfw-scs1x.c | 47 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()
|
| /kernel/linux/linux-6.6/sound/firewire/oxfw/ |
| D | oxfw-scs1x.c | 47 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()
|
| /kernel/linux/linux-6.6/lib/ |
| D | crc4.c | 35 /* Calculate crc4 over four-bit nibbles, starting at the MSbit */ in crc4()
|
| /kernel/linux/linux-5.10/lib/ |
| D | crc4.c | 35 /* Calculate crc4 over four-bit nibbles, starting at the MSbit */ in crc4()
|
| /kernel/linux/linux-5.10/Documentation/networking/ |
| D | plip.rst | 124 nibbles into bytes, leading to much faster transfers. 165 nibbles into bytes. This cable should not be used on unidirectional
|
| /kernel/linux/linux-6.6/Documentation/networking/ |
| D | plip.rst | 124 nibbles into bytes, leading to much faster transfers. 165 nibbles into bytes. This cable should not be used on unidirectional
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/marvell/ |
| D | mv643xx_eth.c | 1788 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 …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/marvell/ |
| D | mv643xx_eth.c | 1777 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 …]
|
| /kernel/linux/linux-6.6/Documentation/arch/xtensa/ |
| D | mmu.rst | 24 - VA = virtual address (two upper nibbles of it); 25 - PA = physical address (two upper nibbles of it);
|
| /kernel/linux/linux-5.10/Documentation/xtensa/ |
| D | mmu.rst | 24 - VA = virtual address (two upper nibbles of it); 25 - PA = physical address (two upper nibbles of it);
|
| /kernel/linux/linux-5.10/drivers/ata/ |
| D | pata_piccolo.c | 54 conf |= (2 - udma) * 0x111; /* spread into three nibbles */ in tosh_set_dmamode()
|
| /kernel/linux/linux-6.6/drivers/ata/ |
| D | pata_piccolo.c | 54 conf |= (2 - udma) * 0x111; /* spread into three nibbles */ in tosh_set_dmamode()
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/ti/ |
| D | am65-cpsw-qos.c | 226 /* 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.
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
| D | bnx2x_mfw_req.h | 159 * 9 nibbles, the position of each nibble
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
| D | bnx2x_mfw_req.h | 159 * 9 nibbles, the position of each nibble
|