Symbol: BAR_5
drivers/misc/pci_endpoint_test.c
1137
if (bar <= NO_BAR || bar > BAR_5)
drivers/ntb/hw/epf/ntb_hw_epf.c
737
[BAR_MW4] = BAR_5
drivers/ntb/hw/epf/ntb_hw_epf.c
745
[BAR_MW2] = BAR_5,
drivers/pci/controller/dwc/pci-imx6.c
1409
for (bar = BAR_0; bar <= BAR_5; bar++)
drivers/pci/controller/dwc/pci-imx6.c
1439
.bar[BAR_5] = { .type = BAR_RESERVED, },
drivers/pci/controller/dwc/pci-imx6.c
1448
.bar[BAR_5] = { .type = BAR_RESERVED, },
drivers/pci/controller/dwc/pci-keystone.c
941
.bar[BAR_5] = { .type = BAR_RESIZABLE, },
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
403
.bar[BAR_5] = { .type = BAR_RESIZABLE, },
drivers/pci/controller/dwc/pcie-dw-rockchip.c
424
.bar[BAR_5] = { .type = BAR_RESIZABLE, },
drivers/pci/controller/dwc/pcie-keembay.c
320
.bar[BAR_5] = { .type = BAR_RESERVED, },
drivers/pci/controller/dwc/pcie-qcom-ep.c
869
for (bar = BAR_0; bar <= BAR_5; bar++)
drivers/pci/controller/dwc/pcie-rcar-gen4.c
428
.bar[BAR_5] = { .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
211
for (bar = BAR_0; bar <= BAR_5; bar++)
drivers/pci/controller/dwc/pcie-uniphier-ep.c
433
.bar[BAR_5] = { .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
449
.bar[BAR_5] = { .type = BAR_RESERVED, },
drivers/pci/endpoint/functions/pci-epf-test.c
1373
PCI_EPF_TEST_BAR_SIZE_R(bar5_size, BAR_5)
drivers/pci/endpoint/functions/pci-epf-test.c
1374
PCI_EPF_TEST_BAR_SIZE_W(bar5_size, BAR_5)
drivers/pci/endpoint/functions/pci-epf-vntb.c
1062
if (val < NO_BAR || val > BAR_5) \
drivers/pci/endpoint/pci-epc-core.c
565
if (epf_bar->barno == BAR_5 &&
drivers/pci/endpoint/pci-epc-core.c
618
if ((epf_bar->barno == BAR_5 && flags & PCI_BASE_ADDRESS_MEM_TYPE_64) ||