Home
last modified time | relevance | path

Searched refs:bit1 (Results 1 – 16 of 16) sorted by relevance

/linux/Documentation/driver-api/mtd/
H A Dnand_ecc.rst45 byte 0: bit7 bit6 bit5 bit4 bit3 bit2 bit1 bit0 rp0 rp2 rp4 ... rp14
46 byte 1: bit7 bit6 bit5 bit4 bit3 bit2 bit1 bit0 rp1 rp2 rp4 ... rp14
47 byte 2: bit7 bit6 bit5 bit4 bit3 bit2 bit1 bit0 rp0 rp3 rp4 ... rp14
48 byte 3: bit7 bit6 bit5 bit4 bit3 bit2 bit1 bit0 rp1 rp3 rp4 ... rp14
49 byte 4: bit7 bit6 bit5 bit4 bit3 bit2 bit1 bit0 rp0 rp2 rp5 ... rp14
51 byte 254: bit7 bit6 bit5 bit4 bit3 bit2 bit1 bit0 rp0 rp3 rp5 ... rp15
52 byte 255: bit7 bit6 bit5 bit4 bit3 bit2 bit1 bit0 rp1 rp3 rp5 ... rp15
67 Similarly cp1 is the sum of all bit1, bit3, bit5 and bit7.
69 - cp2 is the parity over bit0, bit1, bit4 and bit5
71 - cp4 is the parity over bit0, bit1, bit2 and bit3.
[all …]
/linux/include/uapi/linux/
H A Dioam6.h61 bit1:1, member
98 bit1:1, member
/linux/Documentation/leds/
H A Dleds-mlxcpld.rst53 [bit3,bit2,bit1,bit0] or
98 [bit3,bit2,bit1,bit0] or
110 [bit3,bit2,bit1,bit0]:
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_debugfs.h55 bit1 : 1, member
/linux/drivers/ras/amd/atl/
H A Dmap.c652 static inline bool map_bits_valid(struct addr_ctx *ctx, u8 bit1, u8 bit2, in map_bits_valid() argument
655 if (!(ctx->map.intlv_bit_pos == bit1 || ctx->map.intlv_bit_pos == bit2)) { in map_bits_valid()
/linux/Documentation/scsi/
H A Darcmsr_spec.rst22 bit1
30 bit1
410 bit1 power#1)
/linux/drivers/pinctrl/nuvoton/
H A Dpinctrl-wpcm450.c619 .fn1 = fn_ ## e, .reg1 = WPCM450_GCR_ ## f, .bit1 = g }
623 int fn1, reg1, bit1; member
829 cfg->bit1, cfg->fn1, func); in wpcm450_setfunc()
H A Dpinctrl-npcm7xx.c873 .fn1 = fn_ ## e, .reg1 = NPCM7XX_GCR_ ## f, .bit1 = g, \
895 int fn1, reg1, bit1; member
1402 BIT(cfg->bit1), in npcm7xx_setfunc()
1404 BIT(cfg->bit1) : 0); in npcm7xx_setfunc()
H A Dpinctrl-npcm8xx.c1298 .fn1 = fn_ ## e, .reg1 = NPCM8XX_GCR_ ## f, .bit1 = g, \
1323 int fn1, reg1, bit1; member
1895 BIT(cfg->bit1), in npcm8xx_setfunc()
1897 BIT(cfg->bit1) : 0); in npcm8xx_setfunc()
/linux/arch/arm/boot/dts/marvell/
H A Darmada-370-synology-ds213j.dts216 syno_id_bit1_pin: syno-id-bit1-pin {
H A Darmada-xp-synology-ds414.dts248 syno_id_bit1_pin: syno-id-bit1-pin {
/linux/Documentation/input/devices/
H A Dsentelic.rst758 bit1 0 RW Reserved, must be 0
806 bit1 0 RW FSP Intellimouse mode enable
862 bit1 0 RW gesture ID output
/linux/arch/arm/mach-tegra/
H A Dsleep-tegra30.S520 lsr r1, r1, #8 @ devSel, bit0:dev0, bit1:dev1
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-pip-defs.h139 uint64_t bit1:6; member
157 uint64_t bit1:6;
/linux/drivers/net/ethernet/intel/ice/
H A Dice_flex_pipe.c2819 u8 bit1 = test_bit(i + 1, pair_list); in ice_update_fd_swap() local
2822 if (bit0 ^ bit1) { in ice_update_fd_swap()
/linux/kernel/locking/
H A Dlockdep.c1634 * bit1 is next->read != 2 in __calc_dep_bit()
2570 enum lock_usage_bit bit1, in print_bad_irq_dependency()
2606 print_lock_trace(backwards_entry->class->usage_traces[bit1], 1); in print_bad_irq_dependency()
2663 * bit1: 0 used in irq, 1 irq enabled
2554 print_bad_irq_dependency(struct task_struct * curr,struct lock_list * prev_root,struct lock_list * next_root,struct lock_list * backwards_entry,struct lock_list * forwards_entry,struct held_lock * prev,struct held_lock * next,enum lock_usage_bit bit1,enum lock_usage_bit bit2,const char * irqclass) print_bad_irq_dependency() argument