Searched refs:BAR_4 (Results 1 – 12 of 12) 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()
|
| H A D | pcie-rcar-ep.c | 447 .bar[BAR_4] = { .type = BAR_FIXED, .fixed_size = 256,
|
| /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/controller/dwc/ |
| H A D | pcie-uniphier-ep.c | 431 .bar[BAR_4] = { .type = BAR_RESERVED, }, 449 .bar[BAR_4] = { .only_64bit = true, },
|
| H A D | pci-layerscape-ep.c | 255 ls_epc->bar[BAR_4].only_64bit = true; in ls_pcie_ep_probe()
|
| H A D | pcie-keembay.c | 318 .bar[BAR_4] = { .only_64bit = true, },
|
| H A D | pcie-rcar-gen4.c | 426 .bar[BAR_4] = { .type = BAR_FIXED, .fixed_size = 256 },
|
| H A D | pci-imx6.c | 1393 .bar[BAR_4] = { .type = BAR_FIXED, .fixed_size = SZ_256, },
|
| /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()
|
| /linux/drivers/misc/ |
| H A D | pci_endpoint_test.c | 113 BAR_4, enumerator
|