Lines Matching refs:value
486 memcpy(&cfg->fw_version, tlv->value, sizeof(cfg->fw_version));
490 cfg->memory_reclaimed = *tlv->value;
494 cfg->slow_clock_freq_hz = *tlv->value;
498 cfg->fast_clock_freq_hz = *tlv->value;
502 cfg->alh_support = *tlv->value;
506 cfg->ipc_dl_mailbox_bytes = *tlv->value;
510 cfg->ipc_ul_mailbox_bytes = *tlv->value;
514 cfg->trace_log_bytes = *tlv->value;
518 cfg->max_ppl_count = *tlv->value;
522 cfg->max_astate_count = *tlv->value;
526 cfg->max_module_pin_count = *tlv->value;
530 cfg->modules_count = *tlv->value;
534 cfg->max_mod_inst_count = *tlv->value;
538 cfg->max_ll_tasks_per_pri_count = *tlv->value;
542 cfg->ll_pri_count = *tlv->value;
546 cfg->max_dp_tasks_count = *tlv->value;
550 cfg->max_libs_count = *tlv->value;
554 cfg->xtal_freq_hz = *tlv->value;
558 cfg->power_gating_policy = *tlv->value;
603 cfg->avs_version = *tlv->value;
607 cfg->dsp_cores = *tlv->value;
611 cfg->mem_page_bytes = *tlv->value;
615 cfg->total_phys_mem_pages = *tlv->value;
619 cfg->i2s_caps.i2s_version = tlv->value[0];
620 size = tlv->value[1];
628 &tlv->value[2],
637 cfg->gateway_count = *tlv->value;
641 cfg->hp_ebb_count = *tlv->value;
645 cfg->lp_ebb_count = *tlv->value;
649 cfg->ebb_size_bytes = *tlv->value;