Searched refs:cur_phyclk_req_table (Results 1 – 4 of 4) sorted by relevance
475 …clk_mgr->cur_phyclk_req_table[link->link_index] = link->cur_link_settings.link_rate * LINK_RATE_RE… in dcn30_notify_link_rate_change()478 if (clk_mgr->cur_phyclk_req_table[i] > max_phyclk_req) in dcn30_notify_link_rate_change()479 max_phyclk_req = clk_mgr->cur_phyclk_req_table[i]; in dcn30_notify_link_rate_change()
504 …clk_mgr->cur_phyclk_req_table[link->link_index] = link->cur_link_settings.link_rate * LINK_RATE_RE… in dcn2_notify_link_rate_change()507 if (clk_mgr->cur_phyclk_req_table[i] > max_phyclk_req) in dcn2_notify_link_rate_change()508 max_phyclk_req = clk_mgr->cur_phyclk_req_table[i]; in dcn2_notify_link_rate_change()
550 …clk_mgr->cur_phyclk_req_table[link->link_index] = link->cur_link_settings.link_rate * LINK_RATE_RE… in rn_notify_link_rate_change()553 if (clk_mgr->cur_phyclk_req_table[i] > max_phyclk_req) in rn_notify_link_rate_change()554 max_phyclk_req = clk_mgr->cur_phyclk_req_table[i]; in rn_notify_link_rate_change()
353 unsigned int cur_phyclk_req_table[MAX_LINKS]; member