Lines Matching refs:rockchip_hdptx_phy
696 struct rockchip_hdptx_phy { struct
723 static struct rockchip_hdptx_phy *g_hdptx0; argument
724 static struct rockchip_hdptx_phy *g_hdptx1;
822 static inline void hdptx_write(struct rockchip_hdptx_phy *hdptx, uint reg, in hdptx_write()
828 static inline uint hdptx_read(struct rockchip_hdptx_phy *hdptx, uint reg) in hdptx_read()
833 static void hdptx_update_bits(struct rockchip_hdptx_phy *hdptx, uint reg, in hdptx_update_bits()
844 static void hdptx_grf_write(struct rockchip_hdptx_phy *hdptx, uint reg, in hdptx_grf_write()
850 static uint hdptx_grf_read(struct rockchip_hdptx_phy *hdptx, uint reg) in hdptx_grf_read()
862 static void hdptx_pre_power_up(struct rockchip_hdptx_phy *hdptx) in hdptx_pre_power_up()
878 static int hdptx_post_enable_lane(struct rockchip_hdptx_phy *hdptx) in hdptx_post_enable_lane()
914 static int hdptx_post_enable_pll(struct rockchip_hdptx_phy *hdptx) in hdptx_post_enable_pll()
1021 static int hdptx_lcpll_cmn_config(struct rockchip_hdptx_phy *hdptx, unsigned long bit_rate) in hdptx_lcpll_cmn_config()
1183 static int hdptx_ropll_cmn_config(struct rockchip_hdptx_phy *hdptx, unsigned long bit_rate) in hdptx_ropll_cmn_config()
1371 static int hdptx_ropll_tmds_mode_config(struct rockchip_hdptx_phy *hdptx, u32 rate) in hdptx_ropll_tmds_mode_config()
1487 hdptx_lcpll_ropll_cmn_config(struct rockchip_hdptx_phy *hdptx, in hdptx_lcpll_ropll_cmn_config()
1640 static int hdptx_lcpll_ropll_frl_mode_config(struct rockchip_hdptx_phy *hdptx) in hdptx_lcpll_ropll_frl_mode_config()
1746 static int hdptx_lcpll_frl_mode_config(struct rockchip_hdptx_phy *hdptx, u32 rate) in hdptx_lcpll_frl_mode_config()
1844 struct rockchip_hdptx_phy *hdptx = dev_get_priv(phy->dev); in rockchip_hdptx_phy_power_on()
1883 struct rockchip_hdptx_phy *hdptx = dev_get_priv(phy->dev); in rockchip_hdptx_phy_clk_set_rate()
1897 struct rockchip_hdptx_phy *hdptx = dev_get_priv(phy->dev); in rockchip_hdptx_phy_set_bus_width()
1922 struct rockchip_hdptx_phy *hdptx = dev_get_priv(dev); in rockchip_hdptx_phy_hdmi_probe()
2043 .priv_auto_alloc_size = sizeof(struct rockchip_hdptx_phy),
2046 static struct rockchip_hdptx_phy *get_hdptx(struct udevice *dev) in get_hdptx()
2064 struct rockchip_hdptx_phy *hdptx = get_hdptx(clk->dev); in hdptx_clk_set_rate()