Home
last modified time | relevance | path

Searched refs:bit0 (Results 1 – 25 of 26) sorted by relevance

12

/linux-6.6.21/Documentation/driver-api/mtd/
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
63 - cp0 is the parity that belongs to all bit0, bit2, bit4, bit6.
65 so the sum of all bit0, bit2, bit4 and bit6 values + cp0 itself is even.
69 - cp2 is the parity over bit0, bit1, bit4 and bit5
[all …]
/linux-6.6.21/include/uapi/linux/
Dioam6.h62 bit0:1, member
97 __u32 bit0:1, member
/linux-6.6.21/Documentation/leds/
Dleds-mlxcpld.rst53 [bit3,bit2,bit1,bit0] or
98 [bit3,bit2,bit1,bit0] or
110 [bit3,bit2,bit1,bit0]:
/linux-6.6.21/drivers/input/touchscreen/
Dwdt87xx_i2c.c611 u32 bit0; in misr() local
616 bit0 = a ^ (b & 1); in misr()
617 bit0 ^= a >> 1; in misr()
618 bit0 ^= a >> 2; in misr()
619 bit0 ^= a >> 4; in misr()
620 bit0 ^= a >> 5; in misr()
621 bit0 ^= a >> 7; in misr()
622 bit0 ^= a >> 11; in misr()
623 bit0 ^= a >> 15; in misr()
625 y = (y & ~1) | (bit0 & 1); in misr()
/linux-6.6.21/Documentation/input/devices/
Dsentelic.rst729 0x8200 bit7~bit0 0x01 RO device ID
731 0x8201 bit7~bit0 RW version ID
737 0x8202 bit7~bit0 0x01 RO vendor ID
739 0x8203 bit7~bit0 0x01 RO product ID
741 0x8204 bit3~bit0 0x01 RW revision ID
753 bit0 0 RW 1 to enable page 1 register files
757 bit0 1 RW Reserved, must be 1
782 bit4~bit0 0x05 RW XLO in 0s/4/1, so 03h = 0010.1b = 2.5
791 bit4~bit0 0x1d RW XHI in 0s/4/1, so 19h = 1100.1b = 12.5
796 bit4~bit0 0x04 RW YLO in 0s/4/1, so 03h = 0010.1b = 2.5
[all …]
/linux-6.6.21/Documentation/locking/
Drt-mutex.rst53 owner bit0 Notes
67 we need to set the bit0 before looking at the lock, and the owner may
/linux-6.6.21/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_debugfs.h54 u8 bit0 : 1, member
Dhclge_debugfs.c432 qset_id, req.bit0, req.bit1, req.bit2, in hclge_dbg_dump_dcb_qset()
463 pri_id, req.bit0, req.bit1, req.bit2); in hclge_dbg_dump_dcb_pri()
489 pg_id, req.bit0, req.bit1, req.bit2); in hclge_dbg_dump_dcb_pg()
542 req.bit0); in hclge_dbg_dump_dcb_port()
/linux-6.6.21/Documentation/scsi/
Darcmsr_spec.rst19 bit0
27 bit0
66 #bit0--bit26
88 #bit0--bit26
409 byte 25 Power indicator (bit0 power#0,
/linux-6.6.21/Documentation/devicetree/bindings/usb/
Dmediatek,mtk-xhci.yaml159 description: The mask to disable u3ports, bit0 for u3port0,
164 description: The mask to disable u2ports, bit0 for u2port0,
Dmediatek,mtu3.yaml192 description: The mask to disable u3ports, bit0 for u3port0,
197 description: The mask to disable u2ports, bit0 for u2port0,
/linux-6.6.21/arch/mips/math-emu/
Dcp1emu.c430 unsigned int bit0; in isBranchInstr() local
707 bit0 = get_fpr32(fpr, 0) & 0x1; in isBranchInstr()
710 bit = bit0 == 0; in isBranchInstr()
713 bit = bit0 != 0; in isBranchInstr()
975 unsigned int cond, cbit, bit0; in cop1Emulate() local
1192 bit0 = get_fpr32(fpr, 0) & 0x1; in cop1Emulate()
1196 cond = bit0 == 0; in cop1Emulate()
1200 cond = bit0 != 0; in cop1Emulate()
/linux-6.6.21/Documentation/admin-guide/perf/
Dhisi-pcie-pmu.rst64 For example, if target Root Port is 0000:00:00.0 (x8 lanes), bit0 of
/linux-6.6.21/drivers/pinctrl/nuvoton/
Dpinctrl-wpcm450.c623 [a] = { .fn0 = fn_ ## b, .reg0 = WPCM450_GCR_ ## c, .bit0 = d, \
627 int fn0, reg0, bit0; member
831 cfg->bit0, cfg->fn0, func); in wpcm450_setfunc()
Dpinctrl-npcm7xx.c904 [a] = { .fn0 = fn_ ## b, .reg0 = NPCM7XX_GCR_ ## c, .bit0 = d, \
926 int fn0, reg0, bit0; member
1429 BIT(cfg->bit0), in npcm7xx_setfunc()
1431 BIT(cfg->bit0) : 0); in npcm7xx_setfunc()
/linux-6.6.21/arch/arm/boot/dts/marvell/
Darmada-370-synology-ds213j.dts211 syno_id_bit0_pin: syno-id-bit0-pin {
Darmada-xp-synology-ds414.dts243 syno_id_bit0_pin: syno-id-bit0-pin {
/linux-6.6.21/Documentation/devicetree/bindings/pinctrl/
Dpinctrl-mcp23s08.txt35 SPI chipselect. Set a bit in bit0-7 in this mask to 1 if there is a
/linux-6.6.21/lib/crypto/
Dcurve25519-hacl64.c547 u64 bit0 = (u64)(byt >> 7); in ladder_smallloop_cmult_small_loop_step() local
549 point_swap_conditional(nq, nqpq, bit0); in ladder_smallloop_cmult_small_loop_step()
/linux-6.6.21/tools/testing/selftests/net/
Dioam6_parser.c210 if (ioam6h->type.bit0) { in check_ioam6_data()
/linux-6.6.21/Documentation/virt/kvm/x86/
Dmsr.rst82 anything with bit0 == 0 is written to it.
281 anything with bit0 == 0 is written to it. Guest is required to make sure
/linux-6.6.21/net/ipv6/
Dioam6.c650 if (trace->type.bit0) { in __ioam6_fill_trace_data()
/linux-6.6.21/arch/arm/mach-tegra/
Dsleep-tegra30.S520 lsr r1, r1, #8 @ devSel, bit0:dev0, bit1:dev1
/linux-6.6.21/drivers/net/ethernet/intel/ice/
Dice_flex_pipe.c2797 u8 bit0 = test_bit(i, pair_list); in ice_update_fd_swap() local
2799 if (bit0 ^ bit1) { in ice_update_fd_swap()
2803 if (!bit0) in ice_update_fd_swap()
/linux-6.6.21/arch/mips/include/asm/octeon/
Dcvmx-pip-defs.h141 uint64_t bit0:6; member
155 uint64_t bit0:6;

12