/Linux-v5.4/Documentation/driver-api/mtd/ |
D | nand_ecc.rst | 45 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-v5.4/Documentation/leds/ |
D | leds-mlxcpld.rst | 53 [bit3,bit2,bit1,bit0] or 98 [bit3,bit2,bit1,bit0] or 110 [bit3,bit2,bit1,bit0]:
|
/Linux-v5.4/drivers/input/touchscreen/ |
D | wdt87xx_i2c.c | 611 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-v5.4/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_debugfs.h | 57 u8 bit0 : 1, member
|
D | hclge_debugfs.c | 204 dev_info(dev, "roce_qset_mask: 0x%x\n", bitmap->bit0); in hclge_dbg_dump_dcb() 214 dev_info(dev, "pri_mask: 0x%x\n", bitmap->bit0); in hclge_dbg_dump_dcb() 223 dev_info(dev, "pg_mask: 0x%x\n", bitmap->bit0); in hclge_dbg_dump_dcb() 233 dev_info(dev, "port_mask: 0x%x\n", bitmap->bit0); in hclge_dbg_dump_dcb()
|
/Linux-v5.4/Documentation/input/devices/ |
D | sentelic.rst | 729 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-v5.4/Documentation/locking/ |
D | rt-mutex.rst | 53 owner bit0 Notes 67 we need to set the bit0 before looking at the lock, and the owner may
|
/Linux-v5.4/Documentation/scsi/ |
D | arcmsr_spec.txt | 8 ** inDoorBell : bit0 -- data in ready 12 ** outDooeBell: bit0 -- data out ready 31 ** #bit0--bit26 => real address (bit27--bit31) of post arcmsr_cdb 45 ** #bit0--bit26 252 ** byte 25 : Power indicator (bit0 : power#0,
|
/Linux-v5.4/arch/mips/math-emu/ |
D | cp1emu.c | 430 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-v5.4/Documentation/devicetree/bindings/usb/ |
D | mediatek,mtu3.txt | 60 - mediatek,u3p-dis-msk : mask to disable u3ports, bit0 for u3port0,
|
D | mediatek,mtk-xhci.txt | 47 - mediatek,u3p-dis-msk : mask to disable u3ports, bit0 for u3port0,
|
/Linux-v5.4/Documentation/virt/kvm/ |
D | msr.txt | 71 anything with bit0 == 0 is written to it. 222 anything with bit0 == 0 is written to it. Guest is required to make sure
|
/Linux-v5.4/arch/arm/boot/dts/ |
D | armada-370-synology-ds213j.dts | 217 syno_id_bit0_pin: syno-id-bit0-pin {
|
D | armada-xp-synology-ds414.dts | 248 syno_id_bit0_pin: syno-id-bit0-pin {
|
/Linux-v5.4/Documentation/devicetree/bindings/pinctrl/ |
D | pinctrl-mcp23s08.txt | 35 SPI chipselect. Set a bit in bit0-7 in this mask to 1 if there is a
|
/Linux-v5.4/drivers/pinctrl/nuvoton/ |
D | pinctrl-npcm7xx.c | 898 [a] { .fn0 = fn_ ## b, .reg0 = NPCM7XX_GCR_ ## c, .bit0 = d, \ 920 int fn0, reg0, bit0; member 1423 BIT(cfg->bit0), in npcm7xx_setfunc() 1425 BIT(cfg->bit0) : 0); in npcm7xx_setfunc()
|
/Linux-v5.4/arch/arm/mach-tegra/ |
D | sleep-tegra30.S | 458 lsr r1, r1, #8 @ devSel, bit0:dev0, bit1:dev1
|
/Linux-v5.4/arch/mips/include/asm/octeon/ |
D | cvmx-pip-defs.h | 141 uint64_t bit0:6; member 155 uint64_t bit0:6;
|