Home
last modified time | relevance | path

Searched refs:I3C_MSG_RESTART (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/drivers/i3c/
Di3c_rtio_default.c24 ((iodev_sqe->sqe.iodev_flags & RTIO_IODEV_I3C_RESTART) ? I3C_MSG_RESTART : 0) | in i3c_msg_from_rx()
38 ((iodev_sqe->sqe.iodev_flags & RTIO_IODEV_I3C_RESTART) ? I3C_MSG_RESTART : 0) | in i3c_msg_from_tx()
52 ((iodev_sqe->sqe.iodev_flags & RTIO_IODEV_I3C_RESTART) ? I3C_MSG_RESTART : 0) | in i3c_msg_from_tiny_tx()
Di3c_rtio.c47 ((msgs[i].flags & I3C_MSG_RESTART) ? RTIO_IODEV_I3C_RESTART : 0) | in i3c_rtio_copy()
Di3c_mcux.c1107 ((msgs[i].flags & I3C_MSG_RESTART) == I3C_MSG_RESTART); in mcux_i3c_transfer()
1123 ((msgs[i + 1].flags & I3C_MSG_RESTART) == I3C_MSG_RESTART); in mcux_i3c_transfer()
Di3c_npcx.c1169 (i == 0) || ((msgs[i].flags & I3C_MSG_RESTART) == I3C_MSG_RESTART); in npcx_i3c_transfer()
1185 ((msgs[i + 1].flags & I3C_MSG_RESTART) == I3C_MSG_RESTART); in npcx_i3c_transfer()
/Zephyr-latest/include/zephyr/drivers/i3c/
Dhdr_ddr.h116 msg[1].flags = I3C_MSG_RESTART | I3C_MSG_READ | I3C_MSG_HDR | I3C_MSG_STOP; in i3c_hdr_ddr_write_read()
/Zephyr-latest/include/zephyr/drivers/
Di3c.h408 #define I3C_MSG_RESTART BIT(2) macro
1895 msg[1].flags = I3C_MSG_RESTART | I3C_MSG_READ | I3C_MSG_STOP; in i3c_write_read()