Home
last modified time | relevance | path

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

/linux-6.15/drivers/pci/controller/dwc/
H A Dpcie-uniphier-ep.c427 .bar[BAR_0] = { .only_64bit = true, },
429 .bar[BAR_2] = { .only_64bit = true, },
445 .bar[BAR_0] = { .only_64bit = true, },
447 .bar[BAR_2] = { .only_64bit = true, },
449 .bar[BAR_4] = { .only_64bit = true, },
H A Dpcie-keembay.c315 .bar[BAR_0] = { .only_64bit = true, },
317 .bar[BAR_2] = { .only_64bit = true, },
319 .bar[BAR_4] = { .only_64bit = true, },
H A Dpci-layerscape-ep.c253 ls_epc->bar[BAR_2].only_64bit = true; in ls_pcie_ep_probe()
255 ls_epc->bar[BAR_4].only_64bit = true; in ls_pcie_ep_probe()
H A Dpcie-qcom-ep.c828 .bar[BAR_0] = { .only_64bit = true, },
830 .bar[BAR_2] = { .only_64bit = true, },
H A Dpcie-tegra194.c2003 .only_64bit = true, },
/linux-6.15/drivers/pci/controller/
H A Dpcie-rcar-ep.c444 .only_64bit = true, },
447 .only_64bit = true, },
450 .only_64bit = true, },
/linux-6.15/include/linux/
H A Dpci-epc.h220 bool only_64bit; member
/linux-6.15/drivers/pci/endpoint/
H A Dpci-epf-core.c314 if (upper_32_bits(size) || epc_features->bar[bar].only_64bit) in pci_epf_alloc_space()
H A Dpci-epc-core.c102 if (bar > 0 && epc_features->bar[bar - 1].only_64bit) in pci_epc_get_next_free_bar()