Home
last modified time | relevance | path

Searched refs:bit7 (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/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
67 Similarly cp1 is the sum of all bit1, bit3, bit5 and bit7.
70 - cp3 is the parity over bit2, bit3, bit6 and bit7.
72 - cp5 is the parity over bit4, bit5, bit6 and bit7.
[all …]
/Linux-v5.10/Documentation/leds/
Dleds-mlxcpld.rst54 [bit7,bit6,bit5,bit4]:
99 [bit7,bit6,bit5,bit4]:
/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_debugfs.h62 bit7 : 1; member
/Linux-v5.10/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
776 bit7 0 RW on-pad command left button down tag
786 bit7 0 RW on-pad tap zone enable
838 bit7 0 RW EN_PS2_F2: PS/2 gesture mode 2nd
885 bit7 0 RW Bx packet output compatible mode
892 bit7 1 RW on-pad command detection enable
897 bit7 0 RW on-pad command left button down tag
/Linux-v5.10/Documentation/devicetree/bindings/regulator/
Dlp872x.txt11 1 = external pin, 0 = bit7 of register 08h
/Linux-v5.10/Documentation/driver-api/i3c/
Dprotocol.rst128 The MSB of this ID specifies whether this is a broadcast command (bit7 = 0) or a
129 unicast one (bit7 = 1).
/Linux-v5.10/arch/x86/kvm/mmu/
Dmmu.c3459 int bit7 = (pte >> 7) & 1; in __is_rsvd_bits_set() local
3461 return pte & rsvd_check->rsvd_bits_mask[bit7][level-1]; in __is_rsvd_bits_set()