Searched refs:hdptx (Results 1 – 7 of 7) sorted by relevance
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | phy-rockchip-samsung-hdptx-hdmi.c | 819 static inline void hdptx_write(struct rockchip_hdptx_phy *hdptx, uint reg, in hdptx_write() argument 822 writel(val, hdptx->base + reg); in hdptx_write() 825 static inline uint hdptx_read(struct rockchip_hdptx_phy *hdptx, uint reg) in hdptx_read() argument 827 return readl(hdptx->base + reg); in hdptx_read() 830 static void hdptx_update_bits(struct rockchip_hdptx_phy *hdptx, uint reg, in hdptx_update_bits() argument 835 orig = hdptx_read(hdptx, reg); in hdptx_update_bits() 838 hdptx_write(hdptx, reg, tmp); in hdptx_update_bits() 841 static void hdptx_grf_write(struct rockchip_hdptx_phy *hdptx, uint reg, in hdptx_grf_write() argument 844 regmap_write(hdptx->grf, reg, val); in hdptx_grf_write() 847 static uint hdptx_grf_read(struct rockchip_hdptx_phy *hdptx, uint reg) in hdptx_grf_read() argument [all …]
|
| H A D | Makefile | 30 obj-$(CONFIG_PHY_ROCKCHIP_SAMSUNG_HDPTX_HDMI) += phy-rockchip-samsung-hdptx-hdmi.o
|
| /rk3399_rockchip-uboot/drivers/phy/ |
| H A D | phy-rockchip-samsung-hdptx.c | 658 struct rockchip_hdptx_phy *hdptx = dev_get_priv(phy->dev); in rockchip_hdptx_phy_set_mode() local 660 hdptx->dp_mode = (submode == PHY_SUBMODE_DP); 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() argument 707 static void rockchip_hdptx_phy_set_voltage(struct rockchip_hdptx_phy *hdptx, in rockchip_hdptx_phy_set_voltage() argument 715 if (hdptx->dp_mode) in rockchip_hdptx_phy_set_voltage() 719 regmap_update_bits(hdptx->regmap, LANE_REG(lane, 0x0c44), in rockchip_hdptx_phy_set_voltage() 722 regmap_update_bits(hdptx->regmap, LANE_REG(lane, 0x0c28), in rockchip_hdptx_phy_set_voltage() 725 regmap_update_bits(hdptx->regmap, LANE_REG(lane, 0x0c30), in rockchip_hdptx_phy_set_voltage() 732 regmap_update_bits(hdptx->regmap, LANE_REG(lane, 0x0c44), in rockchip_hdptx_phy_set_voltage() 735 regmap_update_bits(hdptx->regmap, LANE_REG(lane, 0x0c2c), in rockchip_hdptx_phy_set_voltage() [all …]
|
| H A D | Makefile | 14 obj-$(CONFIG_PHY_ROCKCHIP_SAMSUNG_HDPTX) += phy-rockchip-samsung-hdptx.o
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | rk3588.dtsi | 452 compatible = "rockchip,rk3588-hdptx-phy";
|
| H A D | rk3576.dtsi | 4365 compatible = "rockchip,rk3576-hdptx-phy", "rockchip,rk3588-hdptx-phy"; 4378 compatible = "rockchip,rk3576-hdptx-phy-hdmi", "rockchip,rk3588-hdptx-phy-hdmi";
|
| H A D | rk3588s.dtsi | 2245 compatible = "rockchip,rk3588-hdptx-phy";
|