Searched refs:nibbles (Results 1 – 15 of 15) sorted by relevance
| /linux-6.15/Documentation/input/devices/ |
| H A 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.
|
| /linux-6.15/Documentation/devicetree/bindings/soundwire/ |
| H A D | soundwire-controller.yaml | 41 MFD is 4 nibbles 42 PID is 4 nibbles 43 CID is 2 nibbles
|
| /linux-6.15/sound/firewire/oxfw/ |
| H A 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()
|
| /linux-6.15/drivers/input/joystick/ |
| H A D | magellan.c | 51 static const unsigned char nibbles[16] __nonstring = "0AB3D56GH9:K<MN?"; in magellan_crunch_nibbles() local 54 if (data[count] == nibbles[data[count] & 0xf]) in magellan_crunch_nibbles()
|
| /linux-6.15/Documentation/arch/xtensa/ |
| H A D | mmu.rst | 24 - VA = virtual address (two upper nibbles of it); 25 - PA = physical address (two upper nibbles of it);
|
| /linux-6.15/drivers/net/ethernet/marvell/ |
| H A D | mv643xx_eth.c | 1784 u32 nibbles; in uc_addr_filter_mask() local 1799 return nibbles; in uc_addr_filter_mask() 1806 u32 nibbles; in mv643xx_eth_program_unicast_filter() local 1813 nibbles = uc_addr_filter_mask(dev); in mv643xx_eth_program_unicast_filter() 1814 if (!nibbles) { in mv643xx_eth_program_unicast_filter() 1816 nibbles = 0xffff; in mv643xx_eth_program_unicast_filter() 1824 if (nibbles & 1) in mv643xx_eth_program_unicast_filter() 1826 if (nibbles & 2) in mv643xx_eth_program_unicast_filter() 1828 if (nibbles & 4) in mv643xx_eth_program_unicast_filter() 1830 if (nibbles & 8) in mv643xx_eth_program_unicast_filter() [all …]
|
| /linux-6.15/Documentation/networking/ |
| H A D | plip.rst | 124 nibbles into bytes, leading to much faster transfers. 165 nibbles into bytes. This cable should not be used on unidirectional
|
| /linux-6.15/arch/sh/kernel/ |
| H A D | disassemble.c | 51 sh_nibble_type nibbles[4]; member 308 int i = op->nibbles[n]; in print_sh_insn()
|
| /linux-6.15/arch/arm/mm/ |
| H A D | abort-lv4t.S | 94 orrne r6, r9, r6, lsr #4 @ combine nibbles } else
|
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | prom_init.c | 467 int i, nibbles = sizeof(val)*2; in prom_print_hex() local 470 for (i = nibbles-1; i >= 0; i--) { in prom_print_hex() 476 buf[nibbles] = '\0'; in prom_print_hex() 477 call_prom("write", 3, 1, prom.stdout, buf, nibbles); in prom_print_hex()
|
| /linux-6.15/arch/arm/lib/ |
| H A D | lib1funcs.S | 56 @ at the left end of each 4 bit nibbles in the division loop
|
| /linux-6.15/arch/m68k/fpsp040/ |
| H A D | decbin.S | 144 movel #EDIGITS,%d2 |# of nibbles (digits) in fraction part
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-edac-memory-repair | 114 Nibble mask identifies one or more nibbles in error on the
|
| /linux-6.15/Documentation/arch/m68k/ |
| H A D | buddha-driver.rst | 18 Docs. Reading the nibbles should give this information::
|
| /linux-6.15/Documentation/core-api/ |
| H A D | assoc_array.rst | 49 on each level by nibbles from the index key in the same manner as in a radix
|