Home
last modified time | relevance | path

Searched refs:nibbles (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/joystick/
H A Dmagellan.c47 * 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/drivers/input/joystick/
H A 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()
/kernel/linux/linux-5.10/sound/firewire/oxfw/
H A 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()
/kernel/linux/linux-6.6/sound/firewire/oxfw/
H A 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()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c1777 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 in mv643xx_eth_program_unicast_filter()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c1788 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 in mv643xx_eth_program_unicast_filter()
[all...]
/kernel/linux/linux-5.10/arch/sh/kernel/
H A Ddisassemble.c51 sh_nibble_type nibbles[4]; member
308 int i = op->nibbles[n]; in print_sh_insn()
/kernel/linux/linux-6.6/arch/sh/kernel/
H A Ddisassemble.c51 sh_nibble_type nibbles[4]; member
308 int i = op->nibbles[n]; in print_sh_insn()
/kernel/linux/linux-5.10/arch/arm/lib/
H A Dlib1funcs.S56 @ at the left end of each 4 bit nibbles in the division loop
/kernel/linux/linux-5.10/arch/arm/mm/
H A Dabort-lv4t.S94 orrne r6, r9, r6, lsr #4 @ combine nibbles } else
/kernel/linux/linux-6.6/arch/arm/lib/
H A Dlib1funcs.S56 @ at the left end of each 4 bit nibbles in the division loop
/kernel/linux/linux-6.6/arch/arm/mm/
H A Dabort-lv4t.S94 orrne r6, r9, r6, lsr #4 @ combine nibbles } else
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dprom_init.c450 int i, nibbles = sizeof(val)*2; in prom_print_hex() local
453 for (i = nibbles-1; i >= 0; i--) { in prom_print_hex()
459 buf[nibbles] = '\0'; in prom_print_hex()
460 call_prom("write", 3, 1, prom.stdout, buf, nibbles); in prom_print_hex()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dprom_init.c467 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()
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Ddecbin.S144 movel #EDIGITS,%d2 |# of nibbles (digits) in fraction part
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Ddecbin.S144 movel #EDIGITS,%d2 |# of nibbles (digits) in fraction part

Completed in 21 milliseconds