Lines Matching +full:4 +full:- +full:byte
19 * On an I3C private and CCC TX (controller -> target)
20 * - 1-byte opcode
21 * - 4-byte number of bytes in the packet as a LE uint32
22 * - n-byte payload
24 * On an I3C private and CCC RX (target -> controller)
26 * - 1-byte opcode
27 * - 4-byte number of bytes to read as a LE uint32
29 * - 4-byte number of bytes in the packet as a LE uint32
30 * - n-byte payload
32 * IBI (target -> controller, initiated by target)
33 * - 1-byte opcode
34 * - 1-byte IBI address
35 * - 1-byte RnW boolean
36 * - 4-byte length of IBI payload from target as a LE uint32 (can be 0)
37 * - n-byte IBI payload
43 #define TYPE_REMOTE_I3C "remote-i3c"
46 /* 1-byte IBI addr, 1-byte is recv, 4-byte data len. */
55 REMOTE_I3C_NACK = 4,