Lines Matching refs:hdr_mode
760 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()
2148 LOG_ERR("%s: Unsupported HDR Mode %d", dev->name, hdr_mode); in dw_i3c_target_tx_write()