Searched refs:BAR_4 (Results 1 - 14 of 14) sorted by relevance

/linux-master/drivers/pci/controller/
H A Dpcie-rockchip-ep.c173 if (bar < BAR_4) {
178 b = bar - BAR_4;
207 if (bar < BAR_4) {
212 b = bar - BAR_4;
H A Dpcie-rcar-ep.c449 .bar[BAR_4] = { .type = BAR_FIXED, .fixed_size = 256,
/linux-master/include/linux/
H A Dpci-epf.h27 BAR_4, enumerator in enum:pci_barno
/linux-master/drivers/pci/controller/dwc/
H A Dpcie-uniphier-ep.c418 .bar[BAR_4] = { .type = BAR_RESERVED, },
436 .bar[BAR_4] = { .only_64bit = true, },
H A Dpci-layerscape-ep.c255 ls_epc->bar[BAR_4].only_64bit = true;
H A Dpcie-keembay.c319 .bar[BAR_4] = { .only_64bit = true, },
H A Dpci-keystone.c931 .bar[BAR_4] = { .type = BAR_FIXED, .fixed_size = 256, },
H A Dpcie-tegra194.c2015 .bar[BAR_4] = { .type = BAR_RESERVED, },
/linux-master/drivers/pci/controller/cadence/
H A Dpcie-cadence.h51 (((bar) < BAR_4) ? CDNS_PCIE_LM_EP_FUNC_BAR_CFG0(fn) : CDNS_PCIE_LM_EP_FUNC_BAR_CFG1(fn))
57 (((bar) < BAR_4) ? CDNS_PCIE_LM_EP_VFUNC_BAR_CFG0(fn) : CDNS_PCIE_LM_EP_VFUNC_BAR_CFG1(fn))
H A Dpcie-cadence-ep.c127 b = (bar < BAR_4) ? bar : bar - BAR_4;
164 b = (bar < BAR_4) ? bar : bar - BAR_4;
/linux-master/drivers/ntb/hw/epf/
H A Dntb_hw_epf.c56 BAR_4, enumerator in enum:pci_barno
744 .mw_bar = BAR_4,
/linux-master/drivers/rapidio/devices/
H A Dtsi721.c2824 * BAR_2 and BAR_4 (outbound translation) must be in 64-bit PCIe address
2826 * NOTE: BAR_2 and BAR_4 are not used by this version of driver.
2843 if (pci_resource_flags(pdev, BAR_4) & IORESOURCE_MEM_64) {
2844 if (pci_resource_flags(pdev, BAR_4) & IORESOURCE_PREFETCH)
2848 priv->p2r_bar[1].base = pci_resource_start(pdev, BAR_4);
2849 priv->p2r_bar[1].size = pci_resource_len(pdev, BAR_4);
H A Dtsi721.h62 #define BAR_4 4 macro
/linux-master/drivers/misc/
H A Dpci_endpoint_test.c105 BAR_4, enumerator in enum:pci_barno

Completed in 332 milliseconds