Lines Matching defs:tegra_pcie_dw
245 struct tegra_pcie_dw { struct
257 struct tegra_pcie_dw_of_data *of_data; argument
259 bool supports_clkreq;
260 bool enable_cdm_check;
261 bool enable_srns;
262 bool link_state;
263 bool update_fc_fixup;
264 bool enable_ext_refclk;
265 u8 init_link_width;
266 u32 msi_ctrl_int;
267 u32 num_lanes;
268 u32 cid;
269 u32 cfg_link_cap_l1sub;
270 u32 ras_des_cap;
294 static inline struct tegra_pcie_dw *to_tegra_pcie(struct dw_pcie *pci) in to_tegra_pcie() argument