Searched refs:sel_bar (Results 1 – 1 of 1) sorted by relevance
266 enum cdns_pcie_rp_bar bar, sel_bar; in cdns_pcie_host_find_min_bar() local268 sel_bar = RP_BAR_UNDEFINED; in cdns_pcie_host_find_min_bar()274 if (sel_bar == RP_BAR_UNDEFINED) { in cdns_pcie_host_find_min_bar()275 sel_bar = bar; in cdns_pcie_host_find_min_bar()279 if (bar_max_size[bar] < bar_max_size[sel_bar]) in cdns_pcie_host_find_min_bar()280 sel_bar = bar; in cdns_pcie_host_find_min_bar()284 return sel_bar; in cdns_pcie_host_find_min_bar()290 enum cdns_pcie_rp_bar bar, sel_bar; in cdns_pcie_host_find_max_bar() local292 sel_bar = RP_BAR_UNDEFINED; in cdns_pcie_host_find_max_bar()298 if (sel_bar == RP_BAR_UNDEFINED) { in cdns_pcie_host_find_max_bar()[all …]