Lines Matching full:cpc
427 * sof_ipc4_update_cpc_from_manifest - Update the cpc in base config from manifest
443 msg = "No mod_cfg available for CPC lookup in the firmware file's manifest"; in sof_ipc4_update_cpc_from_manifest()
448 * Find the best matching (highest) CPC value based on the module's in sof_ipc4_update_cpc_from_manifest()
451 * The CPC value in each module config entry has been measured and in sof_ipc4_update_cpc_from_manifest()
452 * recorded as a IBS/OBS/CPC triplet and stored in the firmware file's in sof_ipc4_update_cpc_from_manifest()
459 cpc_pick < fw_mod_cfg[i].cpc) in sof_ipc4_update_cpc_from_manifest()
460 cpc_pick = fw_mod_cfg[i].cpc; in sof_ipc4_update_cpc_from_manifest()
462 if (max_cpc < fw_mod_cfg[i].cpc) in sof_ipc4_update_cpc_from_manifest()
463 max_cpc = fw_mod_cfg[i].cpc; in sof_ipc4_update_cpc_from_manifest()
466 basecfg->cpc = cpc_pick; in sof_ipc4_update_cpc_from_manifest()
468 /* We have a matching configuration for CPC */ in sof_ipc4_update_cpc_from_manifest()
469 if (basecfg->cpc) in sof_ipc4_update_cpc_from_manifest()
477 msg = "No CPC value available in the firmware file's manifest"; in sof_ipc4_update_cpc_from_manifest()
479 msg = "No CPC match in the firmware file's manifest"; in sof_ipc4_update_cpc_from_manifest()