Home
last modified time | relevance | path

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

/linux-6.15/drivers/pci/controller/
H A Dpcie-rcar-ep.c443 .bar[BAR_0] = { .type = BAR_FIXED, .fixed_size = 128,
446 .bar[BAR_2] = { .type = BAR_FIXED, .fixed_size = 256,
449 .bar[BAR_4] = { .type = BAR_FIXED, .fixed_size = 256,
/linux-6.15/include/linux/
H A Dpci-epc.h198 BAR_FIXED, enumerator
/linux-6.15/drivers/pci/endpoint/
H A Dpci-epf-core.c281 if (epc_features->bar[bar].type == BAR_FIXED && bar_fixed_size) { in pci_epf_alloc_space()
H A Dpci-epc-core.c609 if (epc_features->bar[bar].type == BAR_FIXED && in pci_epc_set_bar()
/linux-6.15/drivers/pci/controller/dwc/
H A Dpci-keystone.c970 .bar[BAR_3] = { .type = BAR_FIXED, .fixed_size = SZ_64K, },
971 .bar[BAR_4] = { .type = BAR_FIXED, .fixed_size = 256, },
H A Dpcie-designware-ep.c409 case BAR_FIXED: in dw_pcie_ep_set_bar()
H A Dpci-imx6.c1311 .bar[BAR_1] = { .type = BAR_FIXED, .fixed_size = SZ_64K, },
H A Dpcie-tegra194.c2002 .bar[BAR_0] = { .type = BAR_FIXED, .fixed_size = SZ_1M,
/linux-6.15/drivers/nvme/target/
H A Dpci-epf.c2186 if (epc_features->bar[BAR_0].type == BAR_FIXED) { in nvmet_pci_epf_configure_bar()