Home
last modified time | relevance | path

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

/linux/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 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, },
/linux/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))
/linux/drivers/ntb/hw/epf/
H A Dntb_hw_epf.c56 BAR_4, enumerator
744 .mw_bar = BAR_4,
/linux/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()