Lines Matching +full:four +full:- +full:byte
2 Driver i2c-mlxcpld
11 - Master mode.
12 - One physical bus.
13 - Polling mode.
20 - Receive Byte/Block.
21 - Send Byte/Block.
22 - Read Byte/Block.
23 - Write Byte/Block.
28 CPBLTY 0x0 - capability reg.
29 Bits [6:5] - transaction length. b01 - 72B is supported,
31 Bit 7 - SMBus block read support.
32 CTRL 0x1 - control reg.
34 HALF_CYC 0x4 - cycle reg.
37 I2C_HOLD 0x5 - hold reg.
40 CMD 0x6 - command reg.
42 Bits [7:1] - the 7bit Address of the I2C device.
44 NUM_DATA 0x7 - data size reg.
46 NUM_ADDR 0x8 - address reg.
48 STATUS 0x9 - status reg.
49 Bit 0 - transaction is completed.
50 Bit 4 - ACK/NACK.
51 DATAx 0xa - 0x54 - 68 bytes data buffer regs.
52 For write transaction address is specified in four first bytes
53 (DATA1 - DATA4), data starting from DATA4.
55 specified in the four first bytes (DATA0 - DATA3). Data is read