| /linux/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/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/drivers/media/rc/ |
| H A 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()
|
| /linux/drivers/input/joystick/ |
| H A D | magellan.c | 44 * have correct upper nibbles for the lower ones, if not, the packet will 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/arch/s390/tools/ |
| H A D | gen_opcode_table.c | 52 * least one byte (two nibbles), three nibbles, or two bytes (four 53 * nibbles). 61 * nibbles.
|
| /linux/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/lib/crc/ |
| H A D | crc4.c | 36 /* Calculate crc4 over four-bit nibbles, starting at the MSbit */ in crc4()
|
| /linux/drivers/net/ethernet/marvell/ |
| H A D | mv643xx_eth.c | 1785 u32 nibbles; in uc_addr_filter_mask() local 1790 nibbles = 1 << (dev->dev_addr[5] & 0x0f); in uc_addr_filter_mask() 1797 nibbles |= 1 << (ha->addr[5] & 0x0f); in uc_addr_filter_mask() 1800 return nibbles; in uc_addr_filter_mask() 1807 u32 nibbles; in mv643xx_eth_program_unicast_filter() local 1814 nibbles = uc_addr_filter_mask(dev); in mv643xx_eth_program_unicast_filter() 1815 if (!nibbles) { in mv643xx_eth_program_unicast_filter() 1817 nibbles = 0xffff; in mv643xx_eth_program_unicast_filter() 1825 if (nibbles & 1) in mv643xx_eth_program_unicast_filter() 1827 if (nibbles & 2) in mv643xx_eth_program_unicast_filter() [all …]
|
| /linux/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/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/drivers/ata/ |
| H A D | pata_piccolo.c | 54 conf |= (2 - udma) * 0x111; /* spread into three nibbles */ in tosh_set_dmamode()
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_mfw_req.h | 159 * 9 nibbles, the position of each nibble
|
| /linux/drivers/net/ethernet/aquantia/atlantic/macsec/ |
| H A D | macsec_struct.h | 22 * will match successfully. The total data is 64 bit, i.e. 16 nibbles 331 * 16 nibbles masks. 681 * 16 nibbles masks.
|
| /linux/drivers/rtc/ |
| H A D | rtc-rp5c01.c | 158 * The NVRAM is organized as 2 blocks of 13 nibbles of 4 bits.
|
| /linux/arch/arm/lib/ |
| H A D | lib1funcs.S | 56 @ at the left end of each 4 bit nibbles in the division loop
|
| /linux/Documentation/arch/m68k/ |
| H A D | buddha-driver.rst | 18 Docs. Reading the nibbles should give this information::
|
| /linux/drivers/s390/scsi/ |
| H A D | zfcp_def.h | 52 * Note, the leftmost 12 status bits (3 nibbles) are common among adapter, port
|
| /linux/include/linux/usb/ |
| H A D | ehci_def.h | 49 u8 portroute[8]; /* nibbles for routing - offset 0xC */
|
| /linux/drivers/net/ethernet/moxa/ |
| H A D | moxart_ether.h | 48 #define RX_DESC0_ODD_NB 0x400000 /* receive odd nibbles */
|
| /linux/arch/arm/mm/ |
| H A D | abort-lv4t.S | 94 orrne r6, r9, r6, lsr #4 @ combine nibbles } else
|
| /linux/arch/arm/probes/ |
| H A D | decode.h | 184 * least significant 5 nibbles of the instruction being decoded. The regs value
|
| /linux/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/drivers/net/ethernet/ti/ |
| H A D | am65-cpsw-qos.c | 628 /* Fetch command count it's number of bytes in Gigabit mode or nibbles in 630 * bytes/nibbles that can be sent while transmission on given speed.
|
| /linux/drivers/video/fbdev/core/ |
| H A D | fb_logo.c | 167 * nibbles into separate bytes. The "depth" flag will be set to 4.
|
| /linux/drivers/net/ethernet/broadcom/ |
| H A D | b44.h | 273 #define RX_FLAG_ODD 0x00000008 /* Frame has odd number of nibbles */
|