Searched refs:I3C_MSG_READ (Results 1 – 11 of 11) sorted by relevance
116 msg[1].flags = I3C_MSG_RESTART | I3C_MSG_READ | I3C_MSG_HDR | I3C_MSG_STOP; in i3c_hdr_ddr_write_read()
55 copy[i].flags & I3C_MSG_READ)); in copy_i3c_msgs_and_transfer()
27 I3C_MSG_READ; in i3c_msg_from_rx()
37 if (msgs[i].flags & I3C_MSG_READ) { in i3c_rtio_copy()
27 LOG_DBG(" %c len=%02x: ", msg->flags & I3C_MSG_READ ? 'R' : 'W', msg->len); in i3c_dump_msgs()28 if (!(msg->flags & I3C_MSG_READ)) { in i3c_dump_msgs()
281 return (((curr_msg->i3c_msg_ctrl_ptr->flags & I3C_MSG_RW_MASK) == I3C_MSG_READ) in i3c_stm32_curr_msg_control_get_dir()403 return ((curr_msg->i3c_msg_ptr->flags & I3C_MSG_RW_MASK) == I3C_MSG_READ); in i3c_stm32_curr_msg_xfer_is_read()
2296 if ((msgs[i].flags & I3C_MSG_RW_MASK) == I3C_MSG_READ) { in cdns_i3c_transfer()2336 if ((msgs[i].flags & I3C_MSG_RW_MASK) == I3C_MSG_READ) { in cdns_i3c_transfer()2381 if ((msgs[i].flags & I3C_MSG_RW_MASK) == I3C_MSG_READ) { in cdns_i3c_transfer()
752 if (msgs[i].flags & I3C_MSG_READ) { in dw_i3c_xfers()851 msgs[i].num_xfer = (msgs[i].flags & I3C_MSG_READ) ? xfer->cmds[i].rx_len in dw_i3c_xfers()
1099 bool is_read = (msgs[i].flags & I3C_MSG_RW_MASK) == I3C_MSG_READ; in mcux_i3c_transfer()
1160 bool is_read = (msgs[i].flags & I3C_MSG_RW_MASK) == I3C_MSG_READ; in npcx_i3c_transfer()
310 #define I3C_MSG_READ BIT(0) macro1972 msg.flags = I3C_MSG_READ | I3C_MSG_STOP; in i3c_read()2010 msg[1].flags = I3C_MSG_RESTART | I3C_MSG_READ | I3C_MSG_STOP; in i3c_write_read()