Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/pci/controller/
H A Dpcie-rockchip-ep.c206 if (bar < BAR_4) { in rockchip_pcie_ep_set_bar()
211 b = bar - BAR_4; in rockchip_pcie_ep_set_bar()
240 if (bar < BAR_4) { in rockchip_pcie_ep_clear_bar()
245 b = bar - BAR_4; in rockchip_pcie_ep_clear_bar()
H A Dpcie-rcar-ep.c447 .bar_fixed_64bit = 1 << BAR_0 | 1 << BAR_2 | 1 << BAR_4,
/kernel/linux/linux-5.10/drivers/pci/controller/cadence/
H A Dpcie-cadence-ep.c100 if (bar < BAR_4) { in cdns_pcie_ep_set_bar()
105 b = bar - BAR_4; in cdns_pcie_ep_set_bar()
129 if (bar < BAR_4) { in cdns_pcie_ep_clear_bar()
134 b = bar - BAR_4; in cdns_pcie_ep_clear_bar()
/kernel/linux/linux-6.6/drivers/pci/controller/
H A Dpcie-rockchip-ep.c173 if (bar < BAR_4) { in rockchip_pcie_ep_set_bar()
178 b = bar - BAR_4; in rockchip_pcie_ep_set_bar()
207 if (bar < BAR_4) { in rockchip_pcie_ep_clear_bar()
212 b = bar - BAR_4; in rockchip_pcie_ep_clear_bar()
H A Dpcie-rcar-ep.c445 .bar_fixed_64bit = 1 << BAR_0 | 1 << BAR_2 | 1 << BAR_4,
/kernel/linux/linux-6.6/drivers/pci/controller/dwc/
H A Dpcie-uniphier-ep.c415 .bar_fixed_64bit = BIT(BAR_0) | BIT(BAR_2) | BIT(BAR_4),
416 .reserved_bar = BIT(BAR_4),
429 .bar_fixed_64bit = BIT(BAR_0) | BIT(BAR_2) | BIT(BAR_4),
H A Dpci-layerscape-ep.c254 ls_epc->bar_fixed_64bit = (1 << BAR_2) | (1 << BAR_4); in ls_pcie_ep_probe()
H A Dpcie-keembay.c317 .bar_fixed_64bit = BIT(BAR_0) | BIT(BAR_2) | BIT(BAR_4),
H A Dpcie-tegra194.c2013 .reserved_bar = 1 << BAR_2 | 1 << BAR_3 | 1 << BAR_4 | 1 << BAR_5,
/kernel/linux/linux-5.10/drivers/pci/controller/dwc/
H A Dpcie-uniphier-ep.c363 .bar_fixed_64bit = BIT(BAR_0) | BIT(BAR_2) | BIT(BAR_4),
364 .reserved_bar = BIT(BAR_4),
H A Dpci-layerscape-ep.c181 ls_epc->bar_fixed_64bit = (1 << BAR_2) | (1 << BAR_4), in ls_pcie_ep_probe()
H A Dpcie-tegra194.c1894 .reserved_bar = 1 << BAR_2 | 1 << BAR_3 | 1 << BAR_4 | 1 << BAR_5,
/kernel/linux/linux-5.10/include/linux/
H A Dpci-epf.h29 BAR_4, enumerator
/kernel/linux/linux-6.6/include/linux/
H A Dpci-epf.h26 BAR_4, enumerator
/kernel/linux/linux-6.6/drivers/pci/controller/cadence/
H A Dpcie-cadence-ep.c126 b = (bar < BAR_4) ? bar : bar - BAR_4; in cdns_pcie_ep_set_bar()
163 b = (bar < BAR_4) ? bar : bar - BAR_4; in cdns_pcie_ep_clear_bar()
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))
/kernel/linux/linux-6.6/drivers/ntb/hw/epf/
H A Dntb_hw_epf.c56 BAR_4, enumerator
744 .mw_bar = BAR_4,
/kernel/linux/linux-5.10/drivers/rapidio/devices/
H A Dtsi721.c2787 * BAR_2 and BAR_4 (outbound translation) must be in 64-bit PCIe address in tsi721_probe()
2789 * NOTE: BAR_2 and BAR_4 are not used by this version of driver. in tsi721_probe()
2806 if (pci_resource_flags(pdev, BAR_4) & IORESOURCE_MEM_64) { in tsi721_probe()
2807 if (pci_resource_flags(pdev, BAR_4) & IORESOURCE_PREFETCH) in tsi721_probe()
2811 priv->p2r_bar[1].base = pci_resource_start(pdev, BAR_4); in tsi721_probe()
2812 priv->p2r_bar[1].size = pci_resource_len(pdev, BAR_4); in tsi721_probe()
H A Dtsi721.h62 #define BAR_4 4 macro
/kernel/linux/linux-6.6/drivers/rapidio/devices/
H A Dtsi721.c2787 * BAR_2 and BAR_4 (outbound translation) must be in 64-bit PCIe address in tsi721_probe()
2789 * NOTE: BAR_2 and BAR_4 are not used by this version of driver. in tsi721_probe()
2806 if (pci_resource_flags(pdev, BAR_4) & IORESOURCE_MEM_64) { in tsi721_probe()
2807 if (pci_resource_flags(pdev, BAR_4) & IORESOURCE_PREFETCH) in tsi721_probe()
2811 priv->p2r_bar[1].base = pci_resource_start(pdev, BAR_4); in tsi721_probe()
2812 priv->p2r_bar[1].size = pci_resource_len(pdev, BAR_4); in tsi721_probe()
H A Dtsi721.h62 #define BAR_4 4 macro
/kernel/linux/linux-5.10/drivers/misc/
H A Dpci_endpoint_test.c105 BAR_4, enumerator
/kernel/linux/linux-6.6/drivers/misc/
H A Dpci_endpoint_test.c105 BAR_4, enumerator

Completed in 34 milliseconds