Lines Matching defs:rockchip_hdptx_phy
704 struct rockchip_hdptx_phy { struct
705 struct device *dev;
706 struct regmap *regmap;
707 struct regmap *grf;
709 int irq;
710 int id;
712 struct phy *phy;
713 struct clk_bulk_data *clks;
714 int nr_clks;
715 struct phy_config *phy_cfg;
718 struct clk_hw hw;
719 struct clk *dclk;
720 unsigned long rate;
722 struct reset_control *phy_reset;
723 struct reset_control *apb_reset;
724 struct reset_control *cmn_reset;
725 struct reset_control *init_reset;
726 struct reset_control *lane_reset;
727 struct reset_control *ropll_reset;
728 struct reset_control *lcpll_reset;
730 bool earc_en;
731 int count;