Home
last modified time | relevance | path

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

/openbmc/linux/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,
/openbmc/linux/drivers/pci/controller/
H A Dpcie-rockchip-ep.c171 if (bar < BAR_4) { in rockchip_pcie_ep_set_bar()
176 b = bar - BAR_4; in rockchip_pcie_ep_set_bar()
205 if (bar < BAR_4) { in rockchip_pcie_ep_clear_bar()
210 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,
/openbmc/linux/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))
/openbmc/linux/include/linux/
H A Dpci-epf.h26 BAR_4, enumerator
/openbmc/linux/drivers/ntb/hw/epf/
H A Dntb_hw_epf.c56 BAR_4, enumerator
744 .mw_bar = BAR_4,
/openbmc/linux/drivers/rapidio/devices/
H A Dtsi721.h62 #define BAR_4 4 macro
H A Dtsi721.c2806 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()
/openbmc/linux/drivers/misc/
H A Dpci_endpoint_test.c105 BAR_4, enumerator