Symbol: NO_BAR
drivers/misc/pci_endpoint_test.c
1160
if (bar <= NO_BAR || bar > BAR_5)
drivers/ntb/hw/epf/ntb_hw_epf.c
830
[BAR_MW3] = NO_BAR,
drivers/ntb/hw/epf/ntb_hw_epf.c
831
[BAR_MW4] = NO_BAR
drivers/ntb/hw/epf/ntb_hw_epf.c
839
[BAR_MW2] = NO_BAR,
drivers/ntb/hw/epf/ntb_hw_epf.c
840
[BAR_MW3] = NO_BAR,
drivers/ntb/hw/epf/ntb_hw_epf.c
841
[BAR_MW4] = NO_BAR,
drivers/pci/controller/dwc/pcie-designware-ep.c
887
enum pci_barno dma_ctrl_bar = NO_BAR;
drivers/pci/controller/dwc/pcie-designware-ep.c
925
.bar_offset = dma_ctrl_bar != NO_BAR ?
drivers/pci/endpoint/functions/pci-epf-test.c
1307
if (bar == NO_BAR)
drivers/pci/endpoint/functions/pci-epf-test.c
727
reg->doorbell_bar = cpu_to_le32(NO_BAR);
drivers/pci/endpoint/functions/pci-epf-test.c
753
if (db->bar != NO_BAR) {
drivers/pci/endpoint/functions/pci-epf-test.c
782
if (db->bar == NO_BAR) {
drivers/pci/endpoint/functions/pci-epf-test.c
795
if (db->bar == NO_BAR) {
drivers/pci/endpoint/functions/pci-epf-vntb.c
1140
if (val < NO_BAR || val > BAR_5) \
drivers/pci/endpoint/functions/pci-epf-vntb.c
1842
ntb->epf_ntb_bar[i] = NO_BAR;
drivers/pci/endpoint/functions/pci-epf-vntb.c
569
if (epf->db_msg[0].bar != NO_BAR && epf->db_msg[0].bar != barno) {
drivers/pci/endpoint/functions/pci-epf-vntb.c
591
if (epf->db_msg[0].bar != NO_BAR) {
drivers/pci/endpoint/pci-ep-msi.c
127
.offset = (doorbell->bar == NO_BAR) ? 0 :
drivers/pci/endpoint/pci-ep-msi.c
176
.bar = NO_BAR,
drivers/pci/endpoint/pci-ep-msi.c
88
if (doorbell->bar == NO_BAR) {
drivers/pci/endpoint/pci-epc-core.c
112
return NO_BAR;