/Linux-v5.10/drivers/net/plip/ |
D | plip.c | 182 enum plip_nibble_state nibble; member 212 unsigned long nibble; member 300 nl->nibble = PLIP_NIBBLE_WAIT; in plip_init_netdev() 584 unsigned short nibble_timeout = nl->nibble; in plip_receive_packet() 596 rcv->nibble = PLIP_NB_BEGIN; in plip_receive_packet() 602 &rcv->nibble, &rcv->length.b.lsb)) { in plip_receive_packet() 614 &rcv->nibble, &rcv->length.b.lsb)) in plip_receive_packet() 622 &rcv->nibble, &rcv->length.b.msb)) in plip_receive_packet() 647 &rcv->nibble, &lbuf[rcv->byte])) in plip_receive_packet() 658 &rcv->nibble, &rcv->data)) in plip_receive_packet() [all …]
|
/Linux-v5.10/drivers/isdn/mISDN/ |
D | dsp_blowfish.c | 378 u8 nibble; in dsp_bf_encrypt() local 394 nibble = dsp_audio_law2seven[bf_data_in[4]]; in dsp_bf_encrypt() 395 yr = nibble; in dsp_bf_encrypt() 396 yl = (yl << 4) | (nibble >> 3); in dsp_bf_encrypt() 469 u8 nibble; in dsp_bf_decrypt() local 492 nibble = bf_crypt_inring[j++ & 15]; /* bit7 = 0 */ in dsp_bf_decrypt() 493 yr = nibble; in dsp_bf_decrypt() 494 yl = (yl << 4) | (nibble >> 3); in dsp_bf_decrypt()
|
/Linux-v5.10/drivers/parport/ |
D | ieee1284_ops.c | 157 unsigned char nibble; in parport_ieee1284_read_nibble() 183 nibble = parport_read_status (port) >> 3; in parport_ieee1284_read_nibble() 184 nibble &= ~8; in parport_ieee1284_read_nibble() 185 if ((nibble & 0x10) == 0) in parport_ieee1284_read_nibble() 186 nibble |= 8; in parport_ieee1284_read_nibble() 187 nibble &= 0xf; in parport_ieee1284_read_nibble() 204 byte |= nibble << 4; in parport_ieee1284_read_nibble() 207 byte = nibble; in parport_ieee1284_read_nibble()
|
/Linux-v5.10/Documentation/input/devices/ |
D | walkera0701.rst | 104 One binary and octal value can be grouped to nibble. 24 nibbles + one binary 109 absolute binary value. (10 bits per channel). Next nibble is checksum for 117 After last octal value for nibble 24 and next sync pulse one additional 126 nibble (only first 3 bits are used). Binary value for checksum nibble is
|
D | alps.rst | 61 address is sent one nibble at a time, where each nibble is encoded as a 68 register. Registers are written by writing the value one nibble at a time
|
/Linux-v5.10/include/uapi/linux/ |
D | if_plip.h | 21 unsigned long nibble; member
|
/Linux-v5.10/drivers/hid/ |
D | hid-debug.c | 582 char nibble = data & 0xf; in hid_dump_field() local 584 if (nibble != 0) { in hid_dump_field() 588 if(nibble != 1) { in hid_dump_field() 591 int val = nibble & 0x7; in hid_dump_field() 592 if(nibble & 0x08) in hid_dump_field()
|
/Linux-v5.10/arch/arm/mm/ |
D | abort-lv4t.S | 91 and r9, r8, #0x00f @ get Rm / low nibble of immediate value 93 andne r6, r8, #0xf00 @ { immediate high nibble 212 adc r6, r6, r6, lsr #4 @ high + low nibble + R bit
|
/Linux-v5.10/Documentation/networking/ |
D | plip.rst | 199 send header nibble '0x8' 210 To start a transfer the transmitting machine outputs a nibble 0x08. 219 OUT := low nibble, OUT.4 := 1 221 OUT := high nibble, OUT.4 := 0
|
/Linux-v5.10/drivers/scsi/qla4xxx/ |
D | ql4_83xx.c | 445 int nibble; in qla4_83xx_can_perform_reset() local 460 for (i = nibble = 0; i <= 15; i++, nibble++) { in qla4_83xx_can_perform_reset() 461 func_nibble = dev_part & (0xF << (nibble * 4)); in qla4_83xx_can_perform_reset() 462 func_nibble >>= (nibble * 4); in qla4_83xx_can_perform_reset() 484 if (nibble == 7) { in qla4_83xx_can_perform_reset() 485 nibble = 0; in qla4_83xx_can_perform_reset()
|
/Linux-v5.10/Documentation/ABI/testing/ |
D | sysfs-driver-wacom | 77 the display. The low nibble of each byte contains the first 78 line, and the high nibble contains the second line.
|
/Linux-v5.10/Documentation/fb/ |
D | vt8623fb.rst | 34 packed pixels, high nibble first. Second mode (selected if nonstd == 1) is mode
|
D | arkfb.rst | 37 packed pixels, high nibble first. Second mode (selected if nonstd == 1) is mode
|
D | s3fb.rst | 46 packed pixels, high nibble first. Second mode (selected if nonstd == 1) is mode
|
/Linux-v5.10/drivers/input/mouse/ |
D | alps.c | 1686 static int alps_command_mode_send_nibble(struct psmouse *psmouse, int nibble) in alps_command_mode_send_nibble() argument 1694 BUG_ON(nibble > 0xf); in alps_command_mode_send_nibble() 1696 command = priv->nibble_commands[nibble].command; in alps_command_mode_send_nibble() 1698 dummy : (unsigned char *)&priv->nibble_commands[nibble].data; in alps_command_mode_send_nibble() 1710 int i, nibble; in alps_command_mode_set_addr() local 1716 nibble = (addr >> i) & 0xf; in alps_command_mode_set_addr() 1717 if (alps_command_mode_send_nibble(psmouse, nibble)) in alps_command_mode_set_addr() 1874 int i, nibble; in alps_monitor_mode_send_word() local 1881 nibble = (word >> i) & 0xf; in alps_monitor_mode_send_word() 1882 if (alps_command_mode_send_nibble(psmouse, nibble)) in alps_monitor_mode_send_word()
|
/Linux-v5.10/drivers/scsi/qla2xxx/ |
D | tcm_qla2xxx.c | 48 u32 nibble; in tcm_qla2xxx_parse_wwn() local 73 nibble = c - '0'; in tcm_qla2xxx_parse_wwn() 75 nibble = tolower(c) - 'a' + 10; in tcm_qla2xxx_parse_wwn() 78 *wwn = (*wwn << 4) | nibble; in tcm_qla2xxx_parse_wwn()
|
/Linux-v5.10/scripts/mod/ |
D | file2alias.c | 1085 unsigned int nibble, unsigned int mask) in append_nibble_mask() argument 1096 p += sprintf(p, "%X", nibble); in append_nibble_mask() 1108 if ((i & mask) == nibble) in append_nibble_mask()
|
/Linux-v5.10/drivers/target/sbp/ |
D | sbp_target.c | 1915 char c, nibble; in sbp_parse_wwn() local 1931 nibble = c - '0'; in sbp_parse_wwn() 1933 nibble = tolower(c) - 'a' + 10; in sbp_parse_wwn() 1936 *wwn = (*wwn << 4) | nibble; in sbp_parse_wwn()
|
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/core/ |
D | dc_link_dp.c | 452 uint8_t nibble; in get_nibble_at_index() local 453 nibble = buf[index / 2]; in get_nibble_at_index() 456 nibble >>= 4; in get_nibble_at_index() 458 nibble &= 0x0F; in get_nibble_at_index() 460 return nibble; in get_nibble_at_index()
|
/Linux-v5.10/arch/xtensa/kernel/ |
D | align.S | 213 extui a5, a4, INSN_OP0, 4 # get insn.op0 nibble
|
/Linux-v5.10/Documentation/m68k/ |
D | buddha-driver.rst | 30 as the Amiga Kickstart does: The lower nibble of the 8-Bit
|
/Linux-v5.10/Documentation/driver-api/ |
D | parport-lowlevel.rst | 1733 port->ops->nibble_read_data - read a block of data in nibble mode 1753 Reads a block of data in nibble mode. The ``flags`` parameter is ignored.
|
/Linux-v5.10/Documentation/hwmon/ |
D | abituguru-datasheet.rst | 274 low nibble (temp)sensor address at bank 0x21 used for control.
|
D | w83781d.rst | 472 Changing the high nibble doesn't seem to do much except the high bit
|
/Linux-v5.10/Documentation/core-api/ |
D | assoc_array.rst | 343 one nibble (4 bits) per level, so on a 32-bit CPU this is good for 8 levels and
|