Searched refs:rockchip_hdptx_phy (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/drivers/phy/ |
| H A D | phy-rockchip-samsung-hdptx.c | 325 struct rockchip_hdptx_phy { struct 658 struct rockchip_hdptx_phy *hdptx = dev_get_priv(phy->dev); in rockchip_hdptx_phy_set_mode() 665 static int rockchip_hdptx_phy_verify_config(struct rockchip_hdptx_phy *hdptx, in rockchip_hdptx_phy_verify_config() 707 static void rockchip_hdptx_phy_set_voltage(struct rockchip_hdptx_phy *hdptx, in rockchip_hdptx_phy_set_voltage() 843 static int rockchip_hdptx_phy_set_voltages(struct rockchip_hdptx_phy *hdptx, in rockchip_hdptx_phy_set_voltages() 879 static int rockchip_hdptx_phy_set_rate(struct rockchip_hdptx_phy *hdptx, in rockchip_hdptx_phy_set_rate() 1032 struct rockchip_hdptx_phy *hdptx = dev_get_priv(phy->dev); in rockchip_hdptx_phy_configure() 1065 static void rockchip_hdptx_phy_dp_pll_init(struct rockchip_hdptx_phy *hdptx) in rockchip_hdptx_phy_dp_pll_init() 1188 static int rockchip_hdptx_phy_dp_aux_init(struct rockchip_hdptx_phy *hdptx) in rockchip_hdptx_phy_dp_aux_init() 1298 static void rockchip_hdptx_phy_reset(struct rockchip_hdptx_phy *hdptx) in rockchip_hdptx_phy_reset() [all …]
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | phy-rockchip-samsung-hdptx-hdmi.c | 696 struct rockchip_hdptx_phy { struct 720 static struct rockchip_hdptx_phy *g_hdptx0; argument 721 static struct rockchip_hdptx_phy *g_hdptx1; 819 static inline void hdptx_write(struct rockchip_hdptx_phy *hdptx, uint reg, in hdptx_write() 825 static inline uint hdptx_read(struct rockchip_hdptx_phy *hdptx, uint reg) in hdptx_read() 830 static void hdptx_update_bits(struct rockchip_hdptx_phy *hdptx, uint reg, in hdptx_update_bits() 841 static void hdptx_grf_write(struct rockchip_hdptx_phy *hdptx, uint reg, in hdptx_grf_write() 847 static uint hdptx_grf_read(struct rockchip_hdptx_phy *hdptx, uint reg) in hdptx_grf_read() 859 static void hdptx_pre_power_up(struct rockchip_hdptx_phy *hdptx) in hdptx_pre_power_up() 875 static int hdptx_post_enable_lane(struct rockchip_hdptx_phy *hdptx) in hdptx_post_enable_lane() [all …]
|