Home
last modified time | relevance | path

Searched refs:bit7 (Results 1 – 8 of 8) 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.
70 - cp3 is the parity over bit2, bit3, bit6 and bit7.
72 - cp5 is the parity over bit4, bit5, bit6 and bit7.
[all …]
/linux/include/uapi/linux/
H A Dioam6.h55 __u32 bit7:1, member
104 bit7:1, member
/linux/Documentation/leds/
H A Dleds-mlxcpld.rst54 [bit7,bit6,bit5,bit4]:
99 [bit7,bit6,bit5,bit4]:
/linux/arch/x86/kvm/mmu/
H A Dspte.h357 int bit7 = (pte >> 7) & 1; in get_rsvd_bits() local
359 return rsvd_check->rsvd_bits_mask[bit7][level-1]; in get_rsvd_bits()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_debugfs.h61 bit7 : 1; member
/linux/Documentation/input/devices/
H A 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/Documentation/devicetree/bindings/regulator/
H A Dlp872x.txt11 1 = external pin, 0 = bit7 of register 08h
/linux/Documentation/driver-api/i3c/
H A Dprotocol.rst128 The MSB of this ID specifies whether this is a broadcast command (bit7 = 0) or a
129 unicast one (bit7 = 1).