Searched refs:sel_bar (Results 1 – 1 of 1) sorted by relevance
231 enum cdns_pcie_rp_bar bar, sel_bar; in cdns_pcie_host_find_min_bar() local233 sel_bar = RP_BAR_UNDEFINED; in cdns_pcie_host_find_min_bar()239 if (sel_bar == RP_BAR_UNDEFINED) { in cdns_pcie_host_find_min_bar()240 sel_bar = bar; in cdns_pcie_host_find_min_bar()244 if (bar_max_size[bar] < bar_max_size[sel_bar]) in cdns_pcie_host_find_min_bar()245 sel_bar = bar; in cdns_pcie_host_find_min_bar()249 return sel_bar; in cdns_pcie_host_find_min_bar()255 enum cdns_pcie_rp_bar bar, sel_bar; in cdns_pcie_host_find_max_bar() local257 sel_bar = RP_BAR_UNDEFINED; in cdns_pcie_host_find_max_bar()263 if (sel_bar == RP_BAR_UNDEFINED) { in cdns_pcie_host_find_max_bar()[all …]