Searched defs:rockchip_pcie (Results 1 – 1 of 1) sorted by relevance
287 struct rockchip_pcie { struct288 void __iomem *reg_base; /* DT axi-base */289 void __iomem *apb_base; /* DT apb-base */290 bool legacy_phy;291 struct phy *phys[MAX_LANE_NUM];292 struct reset_control *core_rst;293 struct reset_control *mgmt_rst;294 struct reset_control *mgmt_sticky_rst;295 struct reset_control *pipe_rst;296 struct reset_control *pm_rst;[all …]