Searched defs:rockchip_pcie (Results 1 – 2 of 2) sorted by relevance
298 struct rockchip_pcie { struct299 void __iomem *reg_base; /* DT axi-base */300 void __iomem *apb_base; /* DT apb-base */301 bool legacy_phy;302 struct phy *phys[MAX_LANE_NUM];303 struct reset_control *core_rst;304 struct reset_control *mgmt_rst;305 struct reset_control *mgmt_sticky_rst;306 struct reset_control *pipe_rst;307 struct reset_control *pm_rst;[all …]
115 struct rockchip_pcie { struct116 struct dw_pcie pci;117 void __iomem *apb_base;118 struct phy *phy;142 struct rockchip_pcie_misc_dev { argument144 struct rockchip_pcie *pcie; argument