Home
last modified time | relevance | path

Searched refs:sel_bar (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/pci/controller/cadence/
H A Dpcie-cadence-host.c231 enum cdns_pcie_rp_bar bar, sel_bar; in cdns_pcie_host_find_min_bar() local
233 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() local
257 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 …]