Searched refs:BAR_FIXED (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/pci/controller/ |
| H A D | pcie-rcar-ep.c | 441 .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 D | pci-epc.h | 198 BAR_FIXED, enumerator
|
| /linux/drivers/pci/controller/dwc/ |
| H A D | pci-keystone.c | 939 .bar[BAR_3] = { .type = BAR_FIXED, .fixed_size = SZ_64K, }, 940 .bar[BAR_4] = { .type = BAR_FIXED, .fixed_size = 256, },
|
| H A D | pcie-rcar-gen4.c | 427 .bar[BAR_4] = { .type = BAR_FIXED, .fixed_size = 256 },
|
| H A D | pci-imx6.c | 1438 .bar[BAR_4] = { .type = BAR_FIXED, .fixed_size = SZ_256, }, 1467 .bar[BAR_1] = { .type = BAR_FIXED, .fixed_size = SZ_64K, },
|
| H A D | pcie-designware-ep.c | 562 case BAR_FIXED: in dw_pcie_ep_set_bar()
|
| H A D | pcie-tegra194.c | 1994 .bar[BAR_0] = { .type = BAR_FIXED, .fixed_size = SZ_1M,
|
| /linux/drivers/pci/endpoint/ |
| H A D | pci-epf-core.c | 228 if (epc_features->bar[bar].type == BAR_FIXED && bar_fixed_size) { in pci_epf_get_required_bar_size()
|
| H A D | pci-epc-core.c | 611 if (epc_features->bar[bar].type == BAR_FIXED && in pci_epc_set_bar()
|
| /linux/drivers/pci/endpoint/functions/ |
| H A D | pci-epf-test.c | 1248 if (epc_features->bar[bar].type == BAR_FIXED) in pci_epf_test_alloc_space()
|
| /linux/drivers/nvme/target/ |
| H A D | pci-epf.c | 2196 if (epc_features->bar[BAR_0].type == BAR_FIXED) { in nvmet_pci_epf_configure_bar()
|