Home
last modified time | relevance | path

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

/linux/drivers/pci/controller/
H A Dpcie-rcar-ep.c441 .bar[BAR_0] = { .type = BAR_FIXED, .fixed_size = 128,
444 .bar[BAR_2] = { .type = BAR_FIXED, .fixed_size = 256,
447 .bar[BAR_4] = { .type = BAR_FIXED, .fixed_size = 256,
/linux/include/linux/
H A Dpci-epc.h198 BAR_FIXED, enumerator
/linux/drivers/pci/controller/dwc/
H A Dpci-keystone.c939 .bar[BAR_3] = { .type = BAR_FIXED, .fixed_size = SZ_64K, },
940 .bar[BAR_4] = { .type = BAR_FIXED, .fixed_size = 256, },
H A Dpcie-rcar-gen4.c427 .bar[BAR_4] = { .type = BAR_FIXED, .fixed_size = 256 },
H A Dpci-imx6.c1438 .bar[BAR_4] = { .type = BAR_FIXED, .fixed_size = SZ_256, },
1467 .bar[BAR_1] = { .type = BAR_FIXED, .fixed_size = SZ_64K, },
H A Dpcie-designware-ep.c562 case BAR_FIXED: in dw_pcie_ep_set_bar()
H A Dpcie-tegra194.c1994 .bar[BAR_0] = { .type = BAR_FIXED, .fixed_size = SZ_1M,
/linux/drivers/pci/endpoint/
H A Dpci-epf-core.c228 if (epc_features->bar[bar].type == BAR_FIXED && bar_fixed_size) { in pci_epf_get_required_bar_size()
H A Dpci-epc-core.c611 if (epc_features->bar[bar].type == BAR_FIXED && in pci_epc_set_bar()
/linux/drivers/pci/endpoint/functions/
H A Dpci-epf-test.c1248 if (epc_features->bar[bar].type == BAR_FIXED) in pci_epf_test_alloc_space()
/linux/drivers/nvme/target/
H A Dpci-epf.c2196 if (epc_features->bar[BAR_0].type == BAR_FIXED) { in nvmet_pci_epf_configure_bar()