Searched refs:sel_bar (Results 1 – 1 of 1) sorted by relevance
239 enum cdns_pcie_rp_bar bar, sel_bar; in cdns_pcie_host_find_min_bar() local241 sel_bar = RP_BAR_UNDEFINED; in cdns_pcie_host_find_min_bar()247 if (sel_bar == RP_BAR_UNDEFINED) { in cdns_pcie_host_find_min_bar()248 sel_bar = bar; in cdns_pcie_host_find_min_bar()252 if (bar_max_size[bar] < bar_max_size[sel_bar]) in cdns_pcie_host_find_min_bar()253 sel_bar = bar; in cdns_pcie_host_find_min_bar()257 return sel_bar; in cdns_pcie_host_find_min_bar()263 enum cdns_pcie_rp_bar bar, sel_bar; in cdns_pcie_host_find_max_bar() local265 sel_bar = RP_BAR_UNDEFINED; in cdns_pcie_host_find_max_bar()271 if (sel_bar == RP_BAR_UNDEFINED) { in cdns_pcie_host_find_max_bar()[all …]