Symbol: BAR_RESERVED
drivers/pci/controller/dwc/pci-imx6.c
1436
.bar[BAR_1] = { .type = BAR_RESERVED, },
drivers/pci/controller/dwc/pci-imx6.c
1437
.bar[BAR_3] = { .type = BAR_RESERVED, },
drivers/pci/controller/dwc/pci-imx6.c
1439
.bar[BAR_5] = { .type = BAR_RESERVED, },
drivers/pci/controller/dwc/pci-imx6.c
1446
.bar[BAR_1] = { .type = BAR_RESERVED, },
drivers/pci/controller/dwc/pci-imx6.c
1447
.bar[BAR_3] = { .type = BAR_RESERVED, },
drivers/pci/controller/dwc/pci-imx6.c
1448
.bar[BAR_5] = { .type = BAR_RESERVED, },
drivers/pci/controller/dwc/pci-keystone.c
936
.bar[BAR_0] = { .type = BAR_RESERVED, },
drivers/pci/controller/dwc/pci-keystone.c
937
.bar[BAR_1] = { .type = BAR_RESERVED, },
drivers/pci/controller/dwc/pci-layerscape-ep.c
254
ls_epc->bar[BAR_3].type = BAR_RESERVED;
drivers/pci/controller/dwc/pci-layerscape-ep.c
256
ls_epc->bar[BAR_5].type = BAR_RESERVED;
drivers/pci/controller/dwc/pcie-dw-rockchip.c
423
.bar[BAR_4] = { .type = BAR_RESERVED, },
drivers/pci/controller/dwc/pcie-keembay.c
316
.bar[BAR_1] = { .type = BAR_RESERVED, },
drivers/pci/controller/dwc/pcie-keembay.c
318
.bar[BAR_3] = { .type = BAR_RESERVED, },
drivers/pci/controller/dwc/pcie-keembay.c
320
.bar[BAR_5] = { .type = BAR_RESERVED, },
drivers/pci/controller/dwc/pcie-qcom-ep.c
853
.bar[BAR_1] = { .type = BAR_RESERVED, },
drivers/pci/controller/dwc/pcie-qcom-ep.c
855
.bar[BAR_3] = { .type = BAR_RESERVED, },
drivers/pci/controller/dwc/pcie-rcar-gen4.c
425
.bar[BAR_1] = { .type = BAR_RESERVED, },
drivers/pci/controller/dwc/pcie-rcar-gen4.c
426
.bar[BAR_3] = { .type = BAR_RESERVED, },
drivers/pci/controller/dwc/pcie-rcar-gen4.c
428
.bar[BAR_5] = { .type = BAR_RESERVED, },
drivers/pci/controller/dwc/pcie-tegra194.c
1996
.bar[BAR_1] = { .type = BAR_RESERVED, },
drivers/pci/controller/dwc/pcie-tegra194.c
1997
.bar[BAR_2] = { .type = BAR_RESERVED, },
drivers/pci/controller/dwc/pcie-tegra194.c
1998
.bar[BAR_3] = { .type = BAR_RESERVED, },
drivers/pci/controller/dwc/pcie-tegra194.c
1999
.bar[BAR_4] = { .type = BAR_RESERVED, },
drivers/pci/controller/dwc/pcie-tegra194.c
2000
.bar[BAR_5] = { .type = BAR_RESERVED, },
drivers/pci/controller/dwc/pcie-uniphier-ep.c
429
.bar[BAR_1] = { .type = BAR_RESERVED, },
drivers/pci/controller/dwc/pcie-uniphier-ep.c
431
.bar[BAR_3] = { .type = BAR_RESERVED, },
drivers/pci/controller/dwc/pcie-uniphier-ep.c
432
.bar[BAR_4] = { .type = BAR_RESERVED, },
drivers/pci/controller/dwc/pcie-uniphier-ep.c
433
.bar[BAR_5] = { .type = BAR_RESERVED, },
drivers/pci/controller/dwc/pcie-uniphier-ep.c
448
.bar[BAR_1] = { .type = BAR_RESERVED, },
drivers/pci/controller/dwc/pcie-uniphier-ep.c
450
.bar[BAR_3] = { .type = BAR_RESERVED, },
drivers/pci/controller/dwc/pcie-uniphier-ep.c
452
.bar[BAR_5] = { .type = BAR_RESERVED, },
drivers/pci/controller/pcie-rcar-ep.c
443
.bar[BAR_1] = { .type = BAR_RESERVED, },
drivers/pci/controller/pcie-rcar-ep.c
446
.bar[BAR_3] = { .type = BAR_RESERVED, },
drivers/pci/controller/pcie-rcar-ep.c
449
.bar[BAR_5] = { .type = BAR_RESERVED, },
drivers/pci/endpoint/pci-epc-core.c
107
if (epc_features->bar[i].type != BAR_RESERVED)