Searched refs:nibbles (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/Documentation/input/ |
D | walkera0701.txt | 85 One binary and octal value can be grouped to nibble. 24 nibbles + one binary 89 first 10 nibbles. Analog value is represented by one sign bit and 9 bit 91 first ten nibbles. 93 Next nibbles 12 .. 21 represents four channels (not all channels can be 95 four channels. In nibbles 22 and 23 is a special magic number. Nibble 24 is 96 checksum for nibbles 12..23. 105 Summary of octal values in nibbles must be same as octal value in checksum 107 calculated by sum of binary values in checked nibbles + sum of octal values 108 in checked nibbles divided by 8. Only bit 0 of this sum is used.
|
/linux-4.4.14/drivers/input/joystick/ |
D | magellan.c | 70 static unsigned char nibbles[16] = "0AB3D56GH9:K<MN?"; in magellan_crunch_nibbles() local 73 if (data[count] == nibbles[data[count] & 0xf]) in magellan_crunch_nibbles()
|
/linux-4.4.14/sound/firewire/ |
D | scs1x.c | 266 u8 nibbles[2]; in scs_input_escaped_byte() local 268 nibbles[0] = byte >> 4; in scs_input_escaped_byte() 269 nibbles[1] = byte & 0x0f; in scs_input_escaped_byte() 270 snd_rawmidi_receive(stream, nibbles, 2); in scs_input_escaped_byte()
|
/linux-4.4.14/Documentation/xtensa/ |
D | mmu.txt | 27 VA = virtual address (two upper nibbles of it); 28 PA = physical address (two upper nibbles of it);
|
/linux-4.4.14/drivers/net/ethernet/marvell/ |
D | mv643xx_eth.c | 1797 u32 nibbles; in uc_addr_filter_mask() local 1802 nibbles = 1 << (dev->dev_addr[5] & 0x0f); in uc_addr_filter_mask() 1809 nibbles |= 1 << (ha->addr[5] & 0x0f); in uc_addr_filter_mask() 1812 return nibbles; in uc_addr_filter_mask() 1819 u32 nibbles; in mv643xx_eth_program_unicast_filter() local 1826 nibbles = uc_addr_filter_mask(dev); in mv643xx_eth_program_unicast_filter() 1827 if (!nibbles) { in mv643xx_eth_program_unicast_filter() 1829 nibbles = 0xffff; in mv643xx_eth_program_unicast_filter() 1837 if (nibbles & 1) in mv643xx_eth_program_unicast_filter() 1839 if (nibbles & 2) in mv643xx_eth_program_unicast_filter() [all …]
|
/linux-4.4.14/Documentation/networking/ |
D | PLIP.txt | 120 nibbles into bytes, leading to much faster transfers. 160 nibbles into bytes. This cable should not be used on unidirectional
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | prom_init.c | 293 int i, nibbles = sizeof(val)*2; in prom_print_hex() local 296 for (i = nibbles-1; i >= 0; i--) { in prom_print_hex() 302 buf[nibbles] = '\0'; in prom_print_hex() 303 call_prom("write", 3, 1, prom.stdout, buf, nibbles); in prom_print_hex()
|
/linux-4.4.14/arch/sh/kernel/ |
D | disassemble.c | 52 sh_nibble_type nibbles[4]; member 309 int i = op->nibbles[n]; in print_sh_insn()
|
/linux-4.4.14/arch/arm/mm/ |
D | abort-lv4t.S | 87 orrne r6, r9, r6, lsr #4 @ combine nibbles } else
|
/linux-4.4.14/arch/arm/lib/ |
D | lib1funcs.S | 56 @ at the left end of each 4 bit nibbles in the division loop
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | decbin.S | 144 movel #EDIGITS,%d2 |# of nibbles (digits) in fraction part
|
/linux-4.4.14/Documentation/m68k/ |
D | README.buddha | 15 Docs. Reading the nibbles should give this information:
|
/linux-4.4.14/Documentation/ |
D | assoc_array.txt | 67 on each level by nibbles from the index key in the same manner as in a radix
|