Searched defs:dw_pcie_ops (Results 1 – 17 of 17) sorted by relevance
/linux/drivers/pci/controller/dwc/ |
H A D | pcie-designware.h | 475 struct dw_pcie_ops { struct 476 u64 (*cpu_addr_fixup)(struct dw_pcie *pcie, u64 cpu_addr); 477 u32 (*read_dbi)(struct dw_pcie *pcie, void __iomem *base, u32 reg, 479 void (*write_dbi)(struct dw_pcie *pcie, void __iomem *base, u32 reg, 481 void (*write_dbi2)(struct dw_pcie *pcie, void __iomem *base, u32 reg, 483 bool (*link_up)(struct dw_pcie *pcie); 484 enum dw_pcie_ltssm (*get_ltssm)(struct dw_pcie *pcie); 485 int (*start_link)(struct dw_pcie *pcie); 509 const struct dw_pcie_ops *ops; argument
|
H A D | pcie-designware-host.c | 23 static struct pci_ops dw_pcie_ops; variable 730 static struct pci_ops dw_pcie_ops = { variable
|
H A D | pcie-armada8k.c | 261 static const struct dw_pcie_ops dw_pcie_ops = { variable
|
H A D | pcie-fu740.c | 285 static const struct dw_pcie_ops dw_pcie_ops = { variable
|
H A D | pci-layerscape-ep.c | 40 const struct dw_pcie_ops *dw_pcie_ops; member
|
H A D | pcie-spear13xx.c | 183 static const struct dw_pcie_ops dw_pcie_ops = { variable
|
H A D | pcie-visconti.c | 186 static const struct dw_pcie_ops dw_pcie_ops = { variable
|
H A D | pcie-uniphier-ep.c | 344 static const struct dw_pcie_ops dw_pcie_ops = { variable
|
H A D | pcie-uniphier.c | 351 static const struct dw_pcie_ops dw_pcie_ops = { variable
|
H A D | pcie-histb.c | 286 static const struct dw_pcie_ops dw_pcie_ops = { variable
|
H A D | pci-exynos.c | 273 static const struct dw_pcie_ops dw_pcie_ops = { variable
|
H A D | pci-meson.c | 394 static const struct dw_pcie_ops dw_pcie_ops = { variable
|
H A D | pcie-dw-rockchip.c | 439 static const struct dw_pcie_ops dw_pcie_ops = { variable
|
H A D | pcie-rcar-gen4.c | 261 static const struct dw_pcie_ops dw_pcie_ops = { variable
|
H A D | pci-dra7xx.c | 516 static const struct dw_pcie_ops dw_pcie_ops = { variable
|
H A D | pci-imx6.c | 1348 static const struct dw_pcie_ops dw_pcie_ops = { variable
|
H A D | pcie-qcom.c | 1429 static const struct dw_pcie_ops dw_pcie_ops = { variable
|