Lines Matching defs:dw_pcie
476 struct dw_pcie { struct
489 struct dw_pcie_rp pp; argument
490 struct dw_pcie_ep ep; argument
491 const struct dw_pcie_ops *ops; argument
492 u32 version;
493 u32 type;
494 unsigned long caps;
495 int num_lanes;
496 int max_link_speed;
497 u8 n_fts[2];
521 #define to_dw_pcie_from_pp(port) container_of((port), struct dw_pcie, pp) argument