Home
last modified time | relevance | path

Searched refs:max_read_len (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/i3c/
Dtarget_device.h80 uint16_t max_read_len; member
/Zephyr-latest/drivers/i3c/
Di3c_npcx.c2144 npcx_i3c_target_enable_mdmafb(dev, data->mdma_rx_buf, config_tgt->max_read_len); in npcx_i3c_target_rx_read()
2528 SET_FIELD(inst->MAXLIMITS, NPCX_I3C_MAXLIMITS_MAXRD, (config_target->max_read_len) & 0xfff); in npcx_i3c_apply_target_config()
3041 .config_target.max_read_len = DT_INST_PROP_OR(id, maximum_read, 0), \
Di3c_dw.c1971 target_config->max_read_len = SLV_MAX_LEN_MRL(reg); in dw_i3c_config_get()
2036 (SLV_MAX_LEN_MRL(target_cfg->max_read_len) << 16); in dw_i3c_configure()
Di3c_cdns.c3011 target_config->max_read_len = in cdns_i3c_config_get()
3016 target_config->max_read_len = 0; in cdns_i3c_config_get()