Searched defs:rockchip_pcie (Results 1 – 1 of 1) sorted by relevance
278 struct rockchip_pcie { struct279 void __iomem *reg_base; /* DT axi-base */280 void __iomem *apb_base; /* DT apb-base */281 bool legacy_phy;282 struct phy *phys[MAX_LANE_NUM];283 struct reset_control *core_rst;284 struct reset_control *mgmt_rst;285 struct reset_control *mgmt_sticky_rst;286 struct reset_control *pipe_rst;287 struct reset_control *pm_rst;[all …]