Home
last modified time | relevance | path

Searched refs:hdr_cmd_code (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/i3c/
Dhdr_ddr.h50 msg.hdr_cmd_code = cmd; in i3c_hdr_ddr_write()
78 msg.hdr_cmd_code = cmd; in i3c_hdr_ddr_read()
112 msg[0].hdr_cmd_code = write_cmd; in i3c_hdr_ddr_write_read()
118 msg[1].hdr_cmd_code = read_cmd; in i3c_hdr_ddr_write_read()
/Zephyr-latest/include/zephyr/drivers/
Di3c.h501 uint8_t hdr_cmd_code; member
1832 msg.hdr_cmd_code = 0; in i3c_write()
1859 msg.hdr_cmd_code = 0; in i3c_read()
1891 msg[0].hdr_cmd_code = 0; in i3c_write_read()
1897 msg[1].hdr_cmd_code = 0; in i3c_write_read()
1960 msg[0].hdr_cmd_code = 0; in i3c_burst_write()
1966 msg[1].hdr_cmd_code = 0; in i3c_burst_write()
/Zephyr-latest/drivers/i3c/
Di3c_rtio.c51 RTIO_IODEV_I3C_HDR_CMD_CODE_SET(msgs[i].hdr_cmd_code); in i3c_rtio_copy()
Di3c_cdns.c2255 HDR_CMD_CODE(msgs[i].hdr_cmd_code) | in cdns_i3c_transfer()
2266 ddr_header_payload = HDR_CMD_CODE(msgs[i].hdr_cmd_code) | in cdns_i3c_transfer()
Di3c_npcx.c1257 emit_stop, msgs[i].hdr_cmd_code); in npcx_i3c_transfer()