Searched refs:BAR_4 (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/ntb/hw/epf/ |
| H A D | ntb_hw_epf.c | 57 BAR_4, enumerator 736 [BAR_MW3] = BAR_4, 744 [BAR_MW1] = BAR_4, 753 [BAR_DB] = BAR_4,
|
| /linux/drivers/pci/controller/ |
| H A D | pcie-rockchip-ep.c | 193 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 D | pcie-cadence-ep.c | 128 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 D | pci-epf-test.c | 1141 if (epf_test->epc_features->bar[BAR_4].type == BAR_RESERVED) in pci_epf_test_set_capabilities() 1404 PCI_EPF_TEST_BAR_SIZE_R(bar4_size, BAR_4) 1405 PCI_EPF_TEST_BAR_SIZE_W(bar4_size, BAR_4)
|
| /linux/drivers/rapidio/devices/ |
| H A D | tsi721.h | 62 #define BAR_4 4 macro
|
| H A D | tsi721.c | 2843 if (pci_resource_flags(pdev, BAR_4) & IORESOURCE_MEM_64) { in tsi721_probe() 2844 if (pci_resource_flags(pdev, BAR_4) & IORESOURCE_PREFETCH) in tsi721_probe() 2848 priv->p2r_bar[1].base = pci_resource_start(pdev, BAR_4); in tsi721_probe() 2849 priv->p2r_bar[1].size = pci_resource_len(pdev, BAR_4); in tsi721_probe()
|