Lines Matching refs:is_read
479 enum npcx_i3c_mctrl_type op_type, bool is_read, in npcx_i3c_request_emit_start() argument
498 if (is_read) { in npcx_i3c_request_emit_start()
943 bool is_read, bool emit_start, bool emit_stop, uint8_t hdr_cmd) in npcx_i3c_do_one_xfer_dma() argument
968 if (is_read) { in npcx_i3c_do_one_xfer_dma()
981 ret = npcx_i3c_request_emit_start(inst, addr, op_type, is_read, rd_len); in npcx_i3c_do_one_xfer_dma()
994 if (is_read) { in npcx_i3c_do_one_xfer_dma()
1001 LOG_ERR("%s: %s fifo fail", __func__, is_read ? "read" : "write"); in npcx_i3c_do_one_xfer_dma()
1039 bool is_read, bool emit_start, bool emit_stop, bool no_ending) in npcx_i3c_do_one_xfer() argument
1048 ret = npcx_i3c_request_emit_start(inst, addr, op_type, is_read, buf_sz); in npcx_i3c_do_one_xfer()
1061 if (is_read) { in npcx_i3c_do_one_xfer()
1068 LOG_ERR("%s: %s fifo fail", __func__, is_read ? "read" : "write"); in npcx_i3c_do_one_xfer()
1075 if (is_read || !no_ending) { in npcx_i3c_do_one_xfer()
1160 bool is_read = (msgs[i].flags & I3C_MSG_RW_MASK) == I3C_MSG_READ; in npcx_i3c_transfer() local
1182 if (!is_read && !emit_stop && ((i + 1) != num_msgs)) { in npcx_i3c_transfer()
1195 if (!is_read && no_ending) { in npcx_i3c_transfer()
1256 msgs[i].buf, msgs[i].len, is_read, emit_start, in npcx_i3c_transfer()
1574 bool is_read = (tgt_payload->rnw == 1U); in npcx_i3c_do_ccc() local
1578 tgt_payload->data_len, is_read, true, false, false); in npcx_i3c_do_ccc()