Home
last modified time | relevance | path

Searched full:nibble (Results 1 – 25 of 384) sorted by relevance

12345678910>>...16

/kernel/linux/linux-4.19/arch/sh/boards/mach-cayman/
Dpanic.c27 unsigned nibble; in show_value() local
29 nibble = ((x >> (i * 4)) & 0xf); in show_value()
31 __raw_writeb(nibble + ((nibble > 9) ? 55 : 48), in show_value()
/kernel/linux/linux-4.19/Documentation/input/devices/
Dwalkera0701.rst104 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
/kernel/linux/linux-5.10/Documentation/input/devices/
Dwalkera0701.rst104 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
/kernel/linux/linux-5.10/drivers/media/rc/keymaps/
Drc-dvbsky.c6 * Copyright (c) 2010-2012 by Nibble Max <nibble.max@gmail.com>
73 MODULE_AUTHOR("Nibble Max <nibble.max@gmail.com>");
/kernel/linux/linux-4.19/drivers/media/rc/keymaps/
Drc-dvbsky.c6 * Copyright (c) 2010-2012 by Nibble Max <nibble.max@gmail.com>
78 MODULE_AUTHOR("Nibble Max <nibble.max@gmail.com>");
/kernel/linux/linux-4.19/drivers/leds/
Dleds-mlxreg.c69 * Each LED is controlled through low or high nibble of the relevant in mlxreg_led_store_hw()
74 * Parameter mask specifies which nibble is used for specific LED: mask in mlxreg_led_store_hw()
75 * 0xf0 - lower nibble is to be used (bits from 0 to 3), mask 0x0f - in mlxreg_led_store_hw()
76 * higher nibble (bits from 4 to 7). in mlxreg_led_store_hw()
106 * Each LED is controlled through low or high nibble of the relevant in mlxreg_led_get_hw()
111 * Parameter mask specifies which nibble is used for specific LED: mask in mlxreg_led_get_hw()
112 * 0xf0 - lower nibble is to be used (bits from 0 to 3), mask 0x0f - in mlxreg_led_get_hw()
113 * higher nibble (bits from 4 to 7). in mlxreg_led_get_hw()
Dleds-mlxcpld.c263 * Each LED is controlled through low or high nibble of the relevant in mlxcpld_led_store_hw()
268 * Parameter mask specifies which nibble is used for specific LED: mask in mlxcpld_led_store_hw()
269 * 0xf0 - lower nibble is to be used (bits from 0 to 3), mask 0x0f - in mlxcpld_led_store_hw()
270 * higher nibble (bits from 4 to 7). in mlxcpld_led_store_hw()
/kernel/linux/linux-5.10/drivers/leds/
Dleds-mlxreg.c70 * Each LED is controlled through low or high nibble of the relevant in mlxreg_led_store_hw()
75 * Parameter mask specifies which nibble is used for specific LED: mask in mlxreg_led_store_hw()
76 * 0xf0 - lower nibble is to be used (bits from 0 to 3), mask 0x0f - in mlxreg_led_store_hw()
77 * higher nibble (bits from 4 to 7). in mlxreg_led_store_hw()
107 * Each LED is controlled through low or high nibble of the relevant in mlxreg_led_get_hw()
112 * Parameter mask specifies which nibble is used for specific LED: mask in mlxreg_led_get_hw()
113 * 0xf0 - lower nibble is to be used (bits from 0 to 3), mask 0x0f - in mlxreg_led_get_hw()
114 * higher nibble (bits from 4 to 7). in mlxreg_led_get_hw()
Dleds-mlxcpld.c263 * Each LED is controlled through low or high nibble of the relevant in mlxcpld_led_store_hw()
268 * Parameter mask specifies which nibble is used for specific LED: mask in mlxcpld_led_store_hw()
269 * 0xf0 - lower nibble is to be used (bits from 0 to 3), mask 0x0f - in mlxcpld_led_store_hw()
270 * higher nibble (bits from 4 to 7). in mlxcpld_led_store_hw()
/kernel/linux/linux-4.19/drivers/parport/
Dieee1284_ops.c149 /* Nibble mode. */
163 unsigned char nibble; in parport_ieee1284_read_nibble()
182 "%s: Nibble timeout at event 9 (%d bytes)\n", in parport_ieee1284_read_nibble()
189 /* Read a nibble. */ in parport_ieee1284_read_nibble()
190 nibble = parport_read_status (port) >> 3; in parport_ieee1284_read_nibble()
191 nibble &= ~8; in parport_ieee1284_read_nibble()
192 if ((nibble & 0x10) == 0) in parport_ieee1284_read_nibble()
193 nibble |= 8; in parport_ieee1284_read_nibble()
194 nibble &= 0xf; in parport_ieee1284_read_nibble()
205 "%s: Nibble timeout at event 11\n", in parport_ieee1284_read_nibble()
[all …]
/kernel/linux/linux-5.10/drivers/parport/
Dieee1284_ops.c143 /* 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 …]
/kernel/linux/linux-5.10/drivers/net/plip/
Dplip.c61 Trigger by sending nibble '0x8' (this causes interrupt on other end)
133 /* Nibble time out = PLIP_NIBBLE_WAIT * PLIP_DELAY_UNIT usec */
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()
[all …]
/kernel/linux/linux-4.19/drivers/net/plip/
Dplip.c65 Trigger by sending nibble '0x8' (this causes interrupt on other end)
137 /* Nibble time out = PLIP_NIBBLE_WAIT * PLIP_DELAY_UNIT usec */
186 enum plip_nibble_state nibble; member
216 unsigned long nibble; member
304 nl->nibble = PLIP_NIBBLE_WAIT; in plip_init_netdev()
588 unsigned short nibble_timeout = nl->nibble; in plip_receive_packet()
600 rcv->nibble = PLIP_NB_BEGIN; in plip_receive_packet()
606 &rcv->nibble, &rcv->length.b.lsb)) { in plip_receive_packet()
618 &rcv->nibble, &rcv->length.b.lsb)) in plip_receive_packet()
626 &rcv->nibble, &rcv->length.b.msb)) in plip_receive_packet()
[all …]
/kernel/linux/linux-5.10/drivers/media/tuners/
Dm88rs6000t.h5 * Copyright (C) 2014 Max nibble <nibble.max@gmail.com>
/kernel/linux/linux-4.19/drivers/media/tuners/
Dm88rs6000t.h4 * Copyright (C) 2014 Max nibble <nibble.max@gmail.com>
/kernel/linux/linux-4.19/sound/firewire/digi00x/
Damdtp-dot.c66 * the length of the added pattern only depends on the lower nibble in dot_scrt()
73 * the lower nibble of the salt. Interleaved sequence. in dot_scrt()
79 /* circular list for the salt's hi nibble. */ in dot_scrt()
84 * start offset for upper nibble mapping. in dot_scrt()
85 * note: 9 is /special/. In the case where the high nibble == 0x9, in dot_scrt()
86 * hir[] is not used and - coincidentally - the salt's hi nibble is in dot_scrt()
/kernel/linux/linux-5.10/sound/firewire/digi00x/
Damdtp-dot.c65 * 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()
/kernel/linux/linux-5.10/arch/arm/probes/
Ddecode.c248 /* 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()
/kernel/linux/linux-4.19/arch/arm/probes/
Ddecode.c251 /* Each nibble has same value as that at INSN_NEW_BITS bit 16 */
257 * Each nibble in regs contains a value from enum decode_reg_type. For each
258 * non-zero value, the corresponding nibble in pinsn is validated and modified
264 probes_opcode_t mask = 0xf; /* Start at least significant nibble */ in decode_regs()
273 /* Nibble not a register, skip to next */ in decode_regs()
322 /* Replace value of nibble with new register number... */ in decode_regs()
/kernel/linux/linux-4.19/drivers/scsi/isci/
Dremote_node_table.h153 * 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
/kernel/linux/linux-5.10/drivers/scsi/isci/
Dremote_node_table.h153 * 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
/kernel/linux/linux-4.19/Documentation/networking/
DPLIP.txt193 send header nibble '0x8'
203 To start a transfer the transmitting machine outputs a nibble 0x08.
212 OUT := low nibble, OUT.4 := 1
214 OUT := high nibble, OUT.4 := 0
/kernel/linux/linux-5.10/Documentation/networking/
Dplip.rst199 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
/kernel/linux/linux-4.19/drivers/ide/
Dht6560b.c77 * The higher nibble of value is the Recovery Time (rt) and the lower nibble
85 * High nibble: Recovery Cycle Time (rt)
88 * Low nibble: Active Cycle Time (at)
/kernel/linux/linux-5.10/drivers/ide/
Dht6560b.c78 * The higher nibble of value is the Recovery Time (rt) and the lower nibble
86 * High nibble: Recovery Cycle Time (rt)
89 * Low nibble: Active Cycle Time (at)

12345678910>>...16