Home
last modified time | relevance | path

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

/linux/drivers/pci/controller/dwc/
A Dpcie-dw-rockchip.c276 .bar[BAR_0] = { .type = BAR_FIXED, .fixed_size = SZ_1M, },
277 .bar[BAR_1] = { .type = BAR_FIXED, .fixed_size = SZ_1M, },
278 .bar[BAR_2] = { .type = BAR_FIXED, .fixed_size = SZ_1M, },
279 .bar[BAR_3] = { .type = BAR_FIXED, .fixed_size = SZ_1M, },
280 .bar[BAR_4] = { .type = BAR_FIXED, .fixed_size = SZ_1M, },
281 .bar[BAR_5] = { .type = BAR_FIXED, .fixed_size = SZ_1M, },
296 .bar[BAR_0] = { .type = BAR_FIXED, .fixed_size = SZ_1M, },
297 .bar[BAR_1] = { .type = BAR_FIXED, .fixed_size = SZ_1M, },
298 .bar[BAR_2] = { .type = BAR_FIXED, .fixed_size = SZ_1M, },
299 .bar[BAR_3] = { .type = BAR_FIXED, .fixed_size = SZ_1M, },
[all …]
A Dpci-keystone.c958 .bar[BAR_2] = { .type = BAR_FIXED, .fixed_size = SZ_1M, },
959 .bar[BAR_3] = { .type = BAR_FIXED, .fixed_size = SZ_64K, },
960 .bar[BAR_4] = { .type = BAR_FIXED, .fixed_size = 256, },
961 .bar[BAR_5] = { .type = BAR_FIXED, .fixed_size = SZ_1M, },
A Dpci-imx6.c1093 .bar[BAR_1] = { .type = BAR_FIXED, .fixed_size = SZ_64K, },
A Dpcie-tegra194.c2001 .bar[BAR_0] = { .type = BAR_FIXED, .fixed_size = SZ_1M,
/linux/drivers/pci/controller/
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/include/linux/
A Dpci-epc.h161 BAR_FIXED, enumerator
/linux/drivers/pci/endpoint/
A Dpci-epf-core.c276 if (epc_features->bar[bar].type == BAR_FIXED && bar_fixed_size) { in pci_epf_alloc_space()

Completed in 29 milliseconds