Searched refs:dchub (Results 1 – 1 of 1) sorted by relevance
624 struct utm_qos_model_dchub_v3 *dchub = &dcn60_clk_mgr->dchub_v3; in dcn60_populate_utm_qos_model() local628 memset(dchub, 0, sizeof(*dchub)); in dcn60_populate_utm_qos_model()629 dchub->load_level_count = (uint8_t)utm_table->Header.LoadLevelCount; in dcn60_populate_utm_qos_model()630 dchub->sop_count = (uint8_t)utm_table->Header.SopCount; in dcn60_populate_utm_qos_model()632 for (ll = 0; ll < dchub->load_level_count in dcn60_populate_utm_qos_model()634 for (sop = 0; sop < dchub->sop_count in dcn60_populate_utm_qos_model()638 &dchub->sops[ll][sop]; in dcn60_populate_utm_qos_model()655 model->dchub_v3 = dchub; in dcn60_populate_utm_qos_model()1457 const struct utm_qos_model_dchub_v3 *dchub; in dcn60_get_max_active_utm_bandwidth_kbps() local1465 dchub = qos_model->dchub_v3; in dcn60_get_max_active_utm_bandwidth_kbps()[all …]