Searched refs:BAR_FIXED (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/pci/controller/dwc/ |
| A D | pcie-dw-rockchip.c | 276 .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 D | pci-keystone.c | 958 .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 D | pci-imx6.c | 1093 .bar[BAR_1] = { .type = BAR_FIXED, .fixed_size = SZ_64K, },
|
| A D | pcie-tegra194.c | 2001 .bar[BAR_0] = { .type = BAR_FIXED, .fixed_size = SZ_1M,
|
| /linux/drivers/pci/controller/ |
| A D | pcie-rcar-ep.c | 443 .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 D | pci-epc.h | 161 BAR_FIXED, enumerator
|
| /linux/drivers/pci/endpoint/ |
| A D | pci-epf-core.c | 276 if (epc_features->bar[bar].type == BAR_FIXED && bar_fixed_size) { in pci_epf_alloc_space()
|
Completed in 29 milliseconds