Home
last modified time | relevance | path

Searched refs:rockchip_hdptx_phy (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-samsung-hdptx.c324 struct rockchip_hdptx_phy { struct
486 static int rockchip_hdptx_phy_verify_config(struct rockchip_hdptx_phy *hdptx, in rockchip_hdptx_phy_verify_config()
525 static void rockchip_hdptx_phy_set_voltage(struct rockchip_hdptx_phy *hdptx, in rockchip_hdptx_phy_set_voltage()
594 static int rockchip_hdptx_phy_set_voltages(struct rockchip_hdptx_phy *hdptx, in rockchip_hdptx_phy_set_voltages()
617 static void rockchip_hdptx_phy_lane_disable(struct rockchip_hdptx_phy *hdptx) in rockchip_hdptx_phy_lane_disable()
635 static int rockchip_hdptx_phy_set_lanes(struct rockchip_hdptx_phy *hdptx, in rockchip_hdptx_phy_set_lanes()
649 static int rockchip_hdptx_phy_set_rate(struct rockchip_hdptx_phy *hdptx, in rockchip_hdptx_phy_set_rate()
725 struct rockchip_hdptx_phy *hdptx = phy_get_drvdata(phy); in rockchip_hdptx_phy_configure()
766 static void rockchip_hdptx_phy_dp_pll_init(struct rockchip_hdptx_phy *hdptx) in rockchip_hdptx_phy_dp_pll_init()
895 static int rockchip_hdptx_phy_dp_aux_init(struct rockchip_hdptx_phy *hdptx) in rockchip_hdptx_phy_dp_aux_init()
[all …]
H A Dphy-rockchip-samsung-hdptx-hdmi.c704 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()
[all …]
/OK3568_Linux_fs/u-boot/drivers/phy/
H A Dphy-rockchip-samsung-hdptx.c324 struct rockchip_hdptx_phy { struct
487 static int rockchip_hdptx_phy_verify_config(struct rockchip_hdptx_phy *hdptx, in rockchip_hdptx_phy_verify_config()
525 static void rockchip_hdptx_phy_set_voltage(struct rockchip_hdptx_phy *hdptx, in rockchip_hdptx_phy_set_voltage()
591 static int rockchip_hdptx_phy_set_voltages(struct rockchip_hdptx_phy *hdptx, in rockchip_hdptx_phy_set_voltages()
614 static int rockchip_hdptx_phy_set_rate(struct rockchip_hdptx_phy *hdptx, in rockchip_hdptx_phy_set_rate()
698 struct rockchip_hdptx_phy *hdptx = dev_get_priv(phy->dev); in rockchip_hdptx_phy_configure()
731 static void rockchip_hdptx_phy_dp_pll_init(struct rockchip_hdptx_phy *hdptx) in rockchip_hdptx_phy_dp_pll_init()
854 static int rockchip_hdptx_phy_dp_aux_init(struct rockchip_hdptx_phy *hdptx) in rockchip_hdptx_phy_dp_aux_init()
964 static void rockchip_hdptx_phy_reset(struct rockchip_hdptx_phy *hdptx) in rockchip_hdptx_phy_reset()
992 struct rockchip_hdptx_phy *hdptx = dev_get_priv(phy->dev); in rockchip_hdptx_phy_power_on()
[all …]
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Dphy-rockchip-samsung-hdptx-hdmi.c696 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()
[all …]