Searched refs:I3C_MSG_READ (Results 1 – 5 of 5) sorted by relevance
55 copy[i].flags & I3C_MSG_READ)); in copy_i3c_msgs_and_transfer()
26 msg->flags & I3C_MSG_READ ? 'R' : 'W', msg->len); in i3c_dump_msgs()27 if (!(msg->flags & I3C_MSG_READ)) { in i3c_dump_msgs()
1708 if ((msgs[i].flags & I3C_MSG_RW_MASK) == I3C_MSG_READ) { in cdns_i3c_transfer()1744 if ((msgs[i].flags & I3C_MSG_RW_MASK) == I3C_MSG_READ) { in cdns_i3c_transfer()
1081 bool is_read = (msgs[i].flags & I3C_MSG_RW_MASK) == I3C_MSG_READ; in mcux_i3c_transfer()
390 #define I3C_MSG_READ BIT(0) macro1800 msg.flags = I3C_MSG_READ | I3C_MSG_STOP; in i3c_read()1834 msg[1].flags = I3C_MSG_RESTART | I3C_MSG_READ | I3C_MSG_STOP; in i3c_write_read()