Home
last modified time | relevance | path

Searched refs:hdr_mode (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/i3c/
Dhdr_ddr.h49 msg.hdr_mode = I3C_MSG_HDR_DDR; in i3c_hdr_ddr_write()
77 msg.hdr_mode = I3C_MSG_HDR_DDR; in i3c_hdr_ddr_read()
111 msg[0].hdr_mode = I3C_MSG_HDR_DDR; in i3c_hdr_ddr_write_read()
117 msg[1].hdr_mode = I3C_MSG_HDR_DDR; in i3c_hdr_ddr_write_read()
Dtarget_device.h246 uint8_t *hdr_mode);
337 uint8_t *buf, uint16_t len, uint8_t hdr_mode) in i3c_target_tx_write() argument
346 return api->target_tx_write(dev, buf, len, hdr_mode); in i3c_target_tx_write()
/Zephyr-latest/include/zephyr/drivers/
Di3c.h426 uint8_t hdr_mode; member
812 uint8_t *buf, uint16_t len, uint8_t hdr_mode);
1946 msg.hdr_mode = 0; in i3c_write()
1973 msg.hdr_mode = 0; in i3c_read()
2005 msg[0].hdr_mode = 0; in i3c_write_read()
2011 msg[1].hdr_mode = 0; in i3c_write_read()
2074 msg[0].hdr_mode = 0; in i3c_burst_write()
2080 msg[1].hdr_mode = 0; in i3c_burst_write()
/Zephyr-latest/drivers/i3c/
Di3c_dw.c760 if (msgs[i].hdr_mode & I3C_MSG_HDR_DDR) { in dw_i3c_xfers()
770 } else if (msgs[i].hdr_mode & I3C_MSG_HDR_TSP || in dw_i3c_xfers()
771 msgs[i].hdr_mode & I3C_MSG_HDR_TSL) { in dw_i3c_xfers()
783 msgs[i].hdr_mode); in dw_i3c_xfers()
801 if (msgs[i].hdr_mode & I3C_MSG_HDR_DDR) { in dw_i3c_xfers()
811 } else if (msgs[i].hdr_mode & I3C_MSG_HDR_TSP || in dw_i3c_xfers()
812 msgs[i].hdr_mode & I3C_MSG_HDR_TSL) { in dw_i3c_xfers()
824 msgs[i].hdr_mode); in dw_i3c_xfers()
2109 uint8_t hdr_mode) in dw_i3c_target_tx_write() argument
2132 if ((hdr_mode == 0) || (hdr_mode & data->common.ctrl_config.supported_hdr)) { in dw_i3c_target_tx_write()
[all …]
Di3c_rtio.c50 RTIO_IODEV_I3C_HDR_MODE_SET(msgs[i].hdr_mode) | in i3c_rtio_copy()
Di3c_npcx.c1206 if (!is_msg_hdr || msgs[i].hdr_mode == 0) { in npcx_i3c_transfer()
1232 (msgs[i].hdr_mode == I3C_MSG_HDR_DDR) && is_msg_hdr) { in npcx_i3c_transfer()
1248 msgs[i].hdr_mode, msgs[i].flags); in npcx_i3c_transfer()
2242 uint8_t hdr_mode) in npcx_i3c_target_tx_write() argument
2249 if (hdr_mode != 0) { in npcx_i3c_target_tx_write()
Di3c_cdns.c2328 ((msgs[i].flags & I3C_MSG_HDR) && (msgs[i].hdr_mode == 0))) { in cdns_i3c_transfer()
2371 (msgs[i].hdr_mode == I3C_MSG_HDR_DDR) && (msgs[i].flags & I3C_MSG_HDR)) { in cdns_i3c_transfer()
2425 LOG_ERR("%s: Unsupported HDR Mode %d", dev->name, msgs[i].hdr_mode); in cdns_i3c_transfer()
3100 uint8_t hdr_mode) in cdns_i3c_target_tx_write() argument
3126 if (hdr_mode == I3C_MSG_HDR_DDR) { in cdns_i3c_target_tx_write()
3134 } else if (hdr_mode == 0) { in cdns_i3c_target_tx_write()
3169 LOG_ERR("%s: Unsupported HDR Mode %d", dev->name, hdr_mode); in cdns_i3c_target_tx_write()
Di3c_stm32.c1253 if ((msgs[i].flags & I3C_MSG_HDR) && (msgs[i].hdr_mode != 0)) { in i3c_stm32_i3c_transfer()