Lines Matching refs:rockchip_hdptx_phy
704 struct rockchip_hdptx_phy { struct
865 static inline struct rockchip_hdptx_phy *to_rockchip_hdptx_phy(struct clk_hw *hw) in to_rockchip_hdptx_phy()
867 return container_of(hw, struct rockchip_hdptx_phy, hw); in to_rockchip_hdptx_phy()
870 static inline void hdptx_write(struct rockchip_hdptx_phy *hdptx, u32 reg, u8 val) in hdptx_write()
875 static inline u8 hdptx_read(struct rockchip_hdptx_phy *hdptx, u32 reg) in hdptx_read()
884 static inline void hdptx_update_bits(struct rockchip_hdptx_phy *hdptx, u32 reg, in hdptx_update_bits()
890 static inline void hdptx_grf_write(struct rockchip_hdptx_phy *hdptx, u32 reg, u32 val) in hdptx_grf_write()
895 static inline u8 hdptx_grf_read(struct rockchip_hdptx_phy *hdptx, u32 reg) in hdptx_grf_read()
904 static void hdptx_pre_power_up(struct rockchip_hdptx_phy *hdptx) in hdptx_pre_power_up()
920 static int hdptx_post_enable_lane(struct rockchip_hdptx_phy *hdptx) in hdptx_post_enable_lane()
955 static int hdptx_post_enable_pll(struct rockchip_hdptx_phy *hdptx) in hdptx_post_enable_pll()
989 static void hdptx_phy_disable(struct rockchip_hdptx_phy *hdptx) in hdptx_phy_disable()
1018 static void hdptx_earc_config(struct rockchip_hdptx_phy *hdptx) in hdptx_earc_config()
1171 static int hdptx_ropll_cmn_config(struct rockchip_hdptx_phy *hdptx, unsigned long bit_rate) in hdptx_ropll_cmn_config()
1362 static int hdptx_ropll_tmds_mode_config(struct rockchip_hdptx_phy *hdptx, u32 rate) in hdptx_ropll_tmds_mode_config()
1473 static int hdptx_lcpll_ropll_cmn_config(struct rockchip_hdptx_phy *hdptx, unsigned long rate) in hdptx_lcpll_ropll_cmn_config()
1627 static int hdptx_lcpll_cmn_config(struct rockchip_hdptx_phy *hdptx, unsigned long rate) in hdptx_lcpll_cmn_config()
1785 static int hdptx_lcpll_ropll_frl_mode_config(struct rockchip_hdptx_phy *hdptx) in hdptx_lcpll_ropll_frl_mode_config()
1893 static int hdptx_lcpll_frl_mode_config(struct rockchip_hdptx_phy *hdptx, u32 rate) in hdptx_lcpll_frl_mode_config()
1998 struct rockchip_hdptx_phy *hdptx = phy_get_drvdata(phy); in rockchip_hdptx_phy_power_on()
2019 struct rockchip_hdptx_phy *hdptx = phy_get_drvdata(phy); in rockchip_hdptx_phy_power_off()
2042 struct rockchip_hdptx_phy *hdptx = data; in rockchip_hdptx_phy_runtime_disable()
2051 struct rockchip_hdptx_phy *hdptx = to_rockchip_hdptx_phy(hw); in hdptx_phy_clk_recalc_rate()
2078 struct rockchip_hdptx_phy *hdptx = to_rockchip_hdptx_phy(hw); in hdptx_phy_clk_set_rate()
2095 struct rockchip_hdptx_phy *hdptx = to_rockchip_hdptx_phy(hw); in hdptx_phy_clk_enable()
2128 struct rockchip_hdptx_phy *hdptx = to_rockchip_hdptx_phy(hw); in hdptx_phy_clk_disable()
2150 static int rockchip_hdptx_phy_clk_register(struct rockchip_hdptx_phy *hdptx) in rockchip_hdptx_phy_clk_register()
2211 struct rockchip_hdptx_phy *hdptx; in rockchip_hdptx_phy_probe()