| /linux/Documentation/input/devices/ |
| H A 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 114 four channels. In nibbles 22 and 23 is a special magic number. Nibble 24 is 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
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-edac-memory-repair | 113 (RW) Read/Write Nibble mask of the memory to repair. 114 Nibble mask identifies one or more nibbles in error on the 115 memory bus that produced the error event. Nibble Mask bit 0 116 shall be set if nibble 0 on the memory bus produced the 117 event, etc. For example, CXL PPR and sparing, a nibble mask 119 operation in the specific device. All nibble mask bits set 122 nibble mask to use will be provided in related error records. 123 For more details, See nibble mask field in CXL spec ver 3.1,
|
| H A 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/drivers/media/rc/keymaps/ |
| H A D | rc-dvbsky.c | 6 * Copyright (c) 2010-2012 by Nibble Max <nibble.max@gmail.com> 73 MODULE_AUTHOR("Nibble Max <nibble.max@gmail.com>");
|
| /linux/drivers/parport/ |
| H A D | ieee1284_ops.c | 143 /* Nibble mode. */ 157 unsigned char nibble; in parport_ieee1284_read_nibble() 175 pr_debug("%s: Nibble timeout at event 9 (%d bytes)\n", in parport_ieee1284_read_nibble() 182 /* Read a 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() 197 pr_debug("%s: Nibble timeout at event 11\n", in parport_ieee1284_read_nibble() [all …]
|
| H A D | ieee1284.c | 430 /* xflag should be high for all modes other than nibble (0). */ in parport_negotiate() 690 /* if we can tri-state use BYTE mode instead of NIBBLE mode, in parport_read() 691 * if that fails, revert to NIBBLE mode -- ought to store somewhere in parport_read() 705 fallthrough; /* to NIBBLE */ in parport_read() 707 pr_debug("%s: Using nibble mode\n", port->name); in parport_read()
|
| /linux/drivers/net/plip/ |
| H A D | plip.c | 61 Trigger by sending nibble '0x8' (this causes interrupt on other end) 134 /* Nibble time out = PLIP_NIBBLE_WAIT * PLIP_DELAY_UNIT usec */ 184 enum plip_nibble_state nibble; member 214 unsigned long nibble; member 306 nl->nibble = PLIP_NIBBLE_WAIT; in plip_init_netdev() 591 unsigned short nibble_timeout = nl->nibble; in plip_receive_packet() 603 rcv->nibble = PLIP_NB_BEGIN; in plip_receive_packet() 609 &rcv->nibble, &rcv->length.b.lsb)) { in plip_receive_packet() 621 &rcv->nibble, &rcv->length.b.lsb)) in plip_receive_packet() 629 &rcv->nibble, &rcv->length.b.msb)) in plip_receive_packet() [all …]
|
| /linux/drivers/media/tuners/ |
| H A D | m88rs6000t.h | 5 * Copyright (C) 2014 Max nibble <nibble.max@gmail.com>
|
| /linux/sound/firewire/digi00x/ |
| H A D | amdtp-dot.c | 65 * the length of the added pattern only depends on the lower nibble in dot_scrt() 72 * the lower nibble of the salt. Interleaved sequence. in dot_scrt() 78 /* circular list for the salt's hi nibble. */ in dot_scrt() 83 * start offset for upper nibble mapping. in dot_scrt() 84 * note: 9 is /special/. In the case where the high nibble == 0x9, in dot_scrt() 85 * hir[] is not used and - coincidentally - the salt's hi nibble is in dot_scrt()
|
| /linux/arch/arm/probes/ |
| H A D | decode.c | 248 /* Each nibble has same value as that at INSN_NEW_BITS bit 16 */ 254 * Each nibble in regs contains a value from enum decode_reg_type. For each 255 * non-zero value, the corresponding nibble in pinsn is validated and modified 261 probes_opcode_t mask = 0xf; /* Start at least significant nibble */ in decode_regs() 270 /* Nibble not a register, skip to next */ in decode_regs() 319 /* Replace value of nibble with new register number... */ in decode_regs()
|
| /linux/drivers/scsi/isci/ |
| H A D | remote_node_table.h | 153 * sets of three into a single nibble. When the STP RNi is allocated all 154 * of the bits in the nibble are cleared. This math results in a table size 162 * This field is the nibble selector for the above table. There are three
|
| /linux/Documentation/networking/ |
| H A 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/drivers/leds/ |
| H A D | leds-mlxcpld.c | 261 * Each LED is controlled through low or high nibble of the relevant in mlxcpld_led_store_hw() 266 * Parameter mask specifies which nibble is used for specific LED: mask in mlxcpld_led_store_hw() 267 * 0xf0 - lower nibble is to be used (bits from 0 to 3), mask 0x0f - in mlxcpld_led_store_hw() 268 * higher nibble (bits from 4 to 7). in mlxcpld_led_store_hw()
|
| /linux/drivers/media/rc/ |
| H A D | ir-xmp-decoder.c | 89 * the 4th nibble should be 15 so base the divider on this in ir_xmp_decode() 148 /* Expect 8 or 16 nibble pulses. 16 in case of 'final' frame */ in ir_xmp_decode() 168 /* store nibble raw data, decode after trailer */ in ir_xmp_decode()
|
| H A D | ene_ir.h | 125 * Low nibble - number of carrier pulses to average 126 * High nibble - number of initial carrier pulses to discard
|
| /linux/drivers/staging/fbtft/ |
| H A D | fb_uc1611.c | 170 | (0x0 & 0x1)); /* MS nibble last (default) */ in set_var() 183 | (0x0 & 0x1)); /* MS nibble last (default) */ in set_var() 196 | (0x0 & 0x1)); /* MS nibble last (default) */ in set_var() 209 | (0x0 & 0x1)); /* MS nibble last (default) */ in set_var()
|
| /linux/drivers/auxdisplay/ |
| H A D | hd44780.c | 84 /* High nibble + RS, RW */ in hd44780_write_gpio4() 94 /* Low nibble */ in hd44780_write_gpio4() 161 /* Command nibble + RS, RW */ in hd44780_write_cmd_raw_gpio4()
|
| /linux/arch/arm/mm/ |
| H A 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/include/uapi/linux/ |
| H A D | if_plip.h | 21 unsigned long nibble; member
|
| /linux/arch/x86/pci/ |
| H A D | irq.c | 273 * lines are mapped in the low and the high 4-bit nibble of the 345 * - bit 3 selects the nibble within the INTx Routing Table Mapping Register, 589 * The VIA pirq rules are nibble-based, like ALI, 605 * The VIA pirq rules are nibble-based, like ALI, 607 * However, for 82C586, nibble map is different . 627 * ITE 8330G pirq rules are nibble-based 649 * OPTI: high four bits are nibble pointer.. 664 * Cyrix: nibble offset 0x5C 850 * VLSI: nibble offset 0x74 - educated guess due to routing table and 882 * register is a straight binary coding of desired PIC IRQ (low nibble). [all …]
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_mfw_req.h | 159 * 9 nibbles, the position of each nibble 161 * of the nibble = S-PCP value.
|
| /linux/include/net/ |
| H A D | slhc_vj.h | 68 * The top nibble of the first octet is the packet type. There are 79 * IP protocol version number (4) which normally appears in this nibble
|
| /linux/drivers/net/ethernet/amd/ |
| H A D | hplance.h | 27 #define HPLANCE_NVRAMOFF 0xC008 /* etheraddress as one *nibble* per byte */
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | mcs_cnf10kb.c | 235 /* Lower nibble denotes data fifo overflow interrupts and in cnf10kb_mcs_bbe_intr_handler() 236 * upper nibble indicates policy fifo overflow interrupts. in cnf10kb_mcs_bbe_intr_handler()
|
| /linux/drivers/rtc/ |
| H A D | rtc-rp5c01.c | 159 * We provide access to them like AmigaOS does: the high nibble of each 8-bit 160 * byte is stored in BLOCK10, the low nibble in BLOCK11.
|