Home
last modified time | relevance | path

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

/linux-6.15/drivers/pci/controller/
H A Dpcie-rockchip-ep.c193 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 Dpcie-rcar-ep.c449 .bar[BAR_4] = { .type = BAR_FIXED, .fixed_size = 256,
/linux-6.15/drivers/pci/controller/cadence/
H A Dpcie-cadence-ep.c124 b = (bar < BAR_4) ? bar : bar - BAR_4; in cdns_pcie_ep_set_bar()
161 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))
/linux-6.15/include/linux/
H A Dpci-epf.h27 BAR_4, enumerator
/linux-6.15/drivers/pci/controller/dwc/
H A Dpcie-uniphier-ep.c431 .bar[BAR_4] = { .type = BAR_RESERVED, },
449 .bar[BAR_4] = { .only_64bit = true, },
H A Dpcie-dw-rockchip.c309 .bar[BAR_4] = { .type = BAR_RESIZABLE, },
330 .bar[BAR_4] = { .type = BAR_RESERVED, },
H A Dpci-layerscape-ep.c255 ls_epc->bar[BAR_4].only_64bit = true; in ls_pcie_ep_probe()
H A Dpcie-keembay.c319 .bar[BAR_4] = { .only_64bit = true, },
H A Dpci-keystone.c971 .bar[BAR_4] = { .type = BAR_FIXED, .fixed_size = 256, },
H A Dpcie-tegra194.c2007 .bar[BAR_4] = { .type = BAR_RESERVED, },
/linux-6.15/drivers/ntb/hw/epf/
H A Dntb_hw_epf.c56 BAR_4, enumerator
744 .mw_bar = BAR_4,
/linux-6.15/drivers/rapidio/devices/
H A Dtsi721.h62 #define BAR_4 4 macro
H A Dtsi721.c2843 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-6.15/drivers/misc/
H A Dpci_endpoint_test.c101 BAR_4, enumerator