Searched refs:I3C_MSG_HDR (Results 1 – 7 of 7) sorted by relevance
48 msg.flags = I3C_MSG_WRITE | I3C_MSG_STOP | I3C_MSG_HDR; in i3c_hdr_ddr_write()76 msg.flags = I3C_MSG_STOP | I3C_MSG_HDR; in i3c_hdr_ddr_read()110 msg[0].flags = I3C_MSG_WRITE | I3C_MSG_HDR; in i3c_hdr_ddr_write_read()116 msg[1].flags = I3C_MSG_RESTART | I3C_MSG_READ | I3C_MSG_HDR | I3C_MSG_STOP; in i3c_hdr_ddr_write_read()
25 ((iodev_sqe->sqe.iodev_flags & RTIO_IODEV_I3C_HDR) ? I3C_MSG_HDR : 0) | in i3c_msg_from_rx()39 ((iodev_sqe->sqe.iodev_flags & RTIO_IODEV_I3C_HDR) ? I3C_MSG_HDR : 0) | in i3c_msg_from_tx()53 ((iodev_sqe->sqe.iodev_flags & RTIO_IODEV_I3C_HDR) ? I3C_MSG_HDR : 0) | in i3c_msg_from_tiny_tx()
48 ((msgs[i].flags & I3C_MSG_HDR) ? RTIO_IODEV_I3C_HDR : 0) | in i3c_rtio_copy()
2199 if ((!(msgs[i].flags & I3C_MSG_HDR)) || in cdns_i3c_transfer()2200 ((msgs[i].flags & I3C_MSG_HDR) && (msgs[i].hdr_mode == 0))) { in cdns_i3c_transfer()2242 (msgs[i].hdr_mode == I3C_MSG_HDR_DDR) && (msgs[i].flags & I3C_MSG_HDR)) { in cdns_i3c_transfer()
1203 bool is_msg_hdr = (msgs[i].flags & I3C_MSG_HDR) == I3C_MSG_HDR; in npcx_i3c_transfer()
1252 if ((msgs[i].flags & I3C_MSG_HDR) && (msgs[i].hdr_mode != 0)) { in i3c_stm32_i3c_transfer()
411 #define I3C_MSG_HDR BIT(3) macro