/Linux-v5.15/drivers/net/plip/ |
D | plip.c | 184 enum plip_nibble_state nibble; member 214 unsigned long nibble; member 302 nl->nibble = PLIP_NIBBLE_WAIT; in plip_init_netdev() 587 unsigned short nibble_timeout = nl->nibble; in plip_receive_packet() 599 rcv->nibble = PLIP_NB_BEGIN; in plip_receive_packet() 605 &rcv->nibble, &rcv->length.b.lsb)) { in plip_receive_packet() 617 &rcv->nibble, &rcv->length.b.lsb)) in plip_receive_packet() 625 &rcv->nibble, &rcv->length.b.msb)) in plip_receive_packet() 650 &rcv->nibble, &lbuf[rcv->byte])) in plip_receive_packet() 661 &rcv->nibble, &rcv->data)) in plip_receive_packet() [all …]
|
/Linux-v5.15/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.15/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.15/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.15/include/uapi/linux/ |
D | if_plip.h | 21 unsigned long nibble; member
|
/Linux-v5.15/drivers/hid/ |
D | hid-debug.c | 584 char nibble = data & 0xf; in hid_dump_field() local 586 if (nibble != 0) { in hid_dump_field() 590 if(nibble != 1) { in hid_dump_field() 593 int val = nibble & 0x7; in hid_dump_field() 594 if(nibble & 0x08) in hid_dump_field()
|
/Linux-v5.15/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.15/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.15/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() 483 if (nibble == 7) { in qla4_83xx_can_perform_reset() 484 nibble = 0; in qla4_83xx_can_perform_reset()
|
/Linux-v5.15/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.15/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.15/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.15/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.15/scripts/mod/ |
D | file2alias.c | 1098 unsigned int nibble, unsigned int mask) in append_nibble_mask() argument 1109 p += sprintf(p, "%X", nibble); in append_nibble_mask() 1121 if ((i & mask) == nibble) in append_nibble_mask()
|
/Linux-v5.15/drivers/target/sbp/ |
D | sbp_target.c | 1912 char c, nibble; in sbp_parse_wwn() local 1928 nibble = c - '0'; in sbp_parse_wwn() 1930 nibble = tolower(c) - 'a' + 10; in sbp_parse_wwn() 1933 *wwn = (*wwn << 4) | nibble; in sbp_parse_wwn()
|
/Linux-v5.15/arch/xtensa/kernel/ |
D | align.S | 213 extui a5, a4, INSN_OP0, 4 # get insn.op0 nibble
|
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/core/ |
D | dc_link_dp.c | 515 uint8_t nibble; in get_nibble_at_index() local 516 nibble = buf[index / 2]; in get_nibble_at_index() 519 nibble >>= 4; in get_nibble_at_index() 521 nibble &= 0x0F; in get_nibble_at_index() 523 return nibble; in get_nibble_at_index()
|
/Linux-v5.15/Documentation/m68k/ |
D | buddha-driver.rst | 30 as the Amiga Kickstart does: The lower nibble of the 8-Bit
|
/Linux-v5.15/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.15/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.15/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
|