Home
last modified time | relevance | path

Searched refs:BAR_4 (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/ntb/hw/epf/
H A Dntb_hw_epf.c70 BAR_4,
819 [BAR_MW3] = BAR_4,
827 [BAR_MW1] = BAR_4,
836 [BAR_DB] = BAR_4,
57 BAR_4, global() enumerator
/linux/drivers/pci/controller/
H A Dpcie-rockchip-ep.c193 if (bar < BAR_4) { in rockchip_pcie_ep_set_bar()
198 b = bar - BAR_4; in rockchip_pcie_ep_set_bar()
227 if (bar < BAR_4) { in rockchip_pcie_ep_clear_bar()
232 b = bar - BAR_4; in rockchip_pcie_ep_clear_bar()
/linux/drivers/pci/controller/cadence/
H A Dpcie-cadence-ep.c128 b = (bar < BAR_4) ? bar : bar - BAR_4; in cdns_pcie_ep_set_bar()
165 b = (bar < BAR_4) ? bar : bar - BAR_4; in cdns_pcie_ep_clear_bar()
/linux/drivers/pci/endpoint/functions/
H A Dpci-epf-test.c1173 if (epf_test->epc_features->bar[BAR_4].type == BAR_RESERVED) in pci_epf_test_epc_init()
1436 PCI_EPF_TEST_BAR_SIZE_R(bar4_size, BAR_4) in pci_epf_test_add_cfs()
1437 PCI_EPF_TEST_BAR_SIZE_W(bar4_size, BAR_4) in pci_epf_test_add_cfs()
/linux/drivers/rapidio/devices/
H A Dtsi721.h62 #define BAR_4 4 macro
H A Dtsi721.c2825 * BAR_2 and BAR_4 (outbound translation) must be in 64-bit PCIe address in tsi721_probe()
2827 * NOTE: BAR_2 and BAR_4 are not used by this version of driver. in tsi721_probe()
2844 if (pci_resource_flags(pdev, BAR_4) & IORESOURCE_MEM_64) { in tsi721_probe()
2845 if (pci_resource_flags(pdev, BAR_4) & IORESOURCE_PREFETCH) in tsi721_probe()
2849 priv->p2r_bar[1].base = pci_resource_start(pdev, BAR_4); in tsi721_probe()
2850 priv->p2r_bar[1].size = pci_resource_len(pdev, BAR_4); in tsi721_probe()