Searched refs:BAR_4 (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/pci/controller/dwc/ |
H A D | pcie-uniphier-ep.c | 431 .bar[BAR_4] = { .type = BAR_RESERVED, }, 449 .bar[BAR_4] = { .only_64bit = true, },
|
H A D | pci-layerscape-ep.c | 255 ls_epc->bar[BAR_4].only_64bit = true; in ls_pcie_ep_probe()
|
H A D | pcie-keembay.c | 319 .bar[BAR_4] = { .only_64bit = true, },
|
/linux/drivers/pci/controller/cadence/ |
H A D | pcie-cadence.h | 51 (((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 D | ntb_hw_epf.c | 56 BAR_4, enumerator 744 .mw_bar = BAR_4,
|
/linux/drivers/rapidio/devices/ |
H A D | tsi721.h | 62 #define BAR_4 4 macro
|
H A D | tsi721.c | 2843 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()
|