| /OK3568_Linux_fs/kernel/drivers/phy/rockchip/ |
| H A D | phy-rockchip-samsung-hdptx-hdmi.c | 870 static inline void hdptx_write(struct rockchip_hdptx_phy *hdptx, u32 reg, u8 val) in hdptx_write() argument 872 regmap_write(hdptx->regmap, reg, val); in hdptx_write() 875 static inline u8 hdptx_read(struct rockchip_hdptx_phy *hdptx, u32 reg) in hdptx_read() argument 879 regmap_read(hdptx->regmap, reg, &val); in hdptx_read() 884 static inline void hdptx_update_bits(struct rockchip_hdptx_phy *hdptx, u32 reg, in hdptx_update_bits() argument 887 regmap_update_bits(hdptx->regmap, reg, mask, val); in hdptx_update_bits() 890 static inline void hdptx_grf_write(struct rockchip_hdptx_phy *hdptx, u32 reg, u32 val) in hdptx_grf_write() argument 892 regmap_write(hdptx->grf, reg, val); in hdptx_grf_write() 895 static inline u8 hdptx_grf_read(struct rockchip_hdptx_phy *hdptx, u32 reg) in hdptx_grf_read() argument 899 regmap_read(hdptx->grf, reg, &val); in hdptx_grf_read() [all …]
|
| H A D | phy-rockchip-samsung-hdptx.c | 486 static int rockchip_hdptx_phy_verify_config(struct rockchip_hdptx_phy *hdptx, in rockchip_hdptx_phy_verify_config() argument 525 static void rockchip_hdptx_phy_set_voltage(struct rockchip_hdptx_phy *hdptx, in rockchip_hdptx_phy_set_voltage() argument 534 regmap_update_bits(hdptx->regmap, LANE_REG(lane, 0x0c44), in rockchip_hdptx_phy_set_voltage() 540 regmap_update_bits(hdptx->regmap, LANE_REG(lane, 0x0c44), in rockchip_hdptx_phy_set_voltage() 547 regmap_update_bits(hdptx->regmap, LANE_REG(lane, 0x0c44), in rockchip_hdptx_phy_set_voltage() 553 regmap_update_bits(hdptx->regmap, LANE_REG(lane, 0x0c0c), in rockchip_hdptx_phy_set_voltage() 559 regmap_update_bits(hdptx->regmap, LANE_REG(lane, 0x0c10), in rockchip_hdptx_phy_set_voltage() 566 regmap_update_bits(hdptx->regmap, LANE_REG(lane, 0x0c18), in rockchip_hdptx_phy_set_voltage() 577 regmap_update_bits(hdptx->regmap, LANE_REG(lane, 0x0c1c), in rockchip_hdptx_phy_set_voltage() 583 regmap_update_bits(hdptx->regmap, LANE_REG(lane, 0x0c6c), in rockchip_hdptx_phy_set_voltage() [all …]
|
| H A D | Makefile | 18 obj-$(CONFIG_PHY_ROCKCHIP_SAMSUNG_HDPTX) += phy-rockchip-samsung-hdptx.o 19 obj-$(CONFIG_PHY_ROCKCHIP_SAMSUNG_HDPTX_HDMI) += phy-rockchip-samsung-hdptx-hdmi.o
|
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | phy-rockchip-samsung-hdptx-hdmi.c | 822 static inline void hdptx_write(struct rockchip_hdptx_phy *hdptx, uint reg, in hdptx_write() argument 825 writel(val, hdptx->base + reg); in hdptx_write() 828 static inline uint hdptx_read(struct rockchip_hdptx_phy *hdptx, uint reg) in hdptx_read() argument 830 return readl(hdptx->base + reg); in hdptx_read() 833 static void hdptx_update_bits(struct rockchip_hdptx_phy *hdptx, uint reg, in hdptx_update_bits() argument 838 orig = hdptx_read(hdptx, reg); in hdptx_update_bits() 841 hdptx_write(hdptx, reg, tmp); in hdptx_update_bits() 844 static void hdptx_grf_write(struct rockchip_hdptx_phy *hdptx, uint reg, in hdptx_grf_write() argument 847 regmap_write(hdptx->grf, reg, val); in hdptx_grf_write() 850 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
|
| /OK3568_Linux_fs/u-boot/drivers/phy/ |
| H A D | phy-rockchip-samsung-hdptx.c | 487 static int rockchip_hdptx_phy_verify_config(struct rockchip_hdptx_phy *hdptx, in rockchip_hdptx_phy_verify_config() argument 525 static void rockchip_hdptx_phy_set_voltage(struct rockchip_hdptx_phy *hdptx, in rockchip_hdptx_phy_set_voltage() argument 534 regmap_update_bits(hdptx->regmap, LANE_REG(lane, 0x0c44), in rockchip_hdptx_phy_set_voltage() 540 regmap_update_bits(hdptx->regmap, LANE_REG(lane, 0x0c44), in rockchip_hdptx_phy_set_voltage() 547 regmap_update_bits(hdptx->regmap, LANE_REG(lane, 0x0c44), in rockchip_hdptx_phy_set_voltage() 553 regmap_update_bits(hdptx->regmap, LANE_REG(lane, 0x0c0c), in rockchip_hdptx_phy_set_voltage() 558 regmap_update_bits(hdptx->regmap, LANE_REG(lane, 0x0c10), in rockchip_hdptx_phy_set_voltage() 564 regmap_update_bits(hdptx->regmap, LANE_REG(lane, 0x0c18), in rockchip_hdptx_phy_set_voltage() 574 regmap_update_bits(hdptx->regmap, LANE_REG(lane, 0x0c1c), in rockchip_hdptx_phy_set_voltage() 580 regmap_update_bits(hdptx->regmap, LANE_REG(lane, 0x0c6c), in rockchip_hdptx_phy_set_voltage() [all …]
|
| H A D | Makefile | 14 obj-$(CONFIG_PHY_ROCKCHIP_SAMSUNG_HDPTX) += phy-rockchip-samsung-hdptx.o
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3588.dtsi | 754 compatible = "rockchip,rk3588-hdptx-phy"; 767 compatible = "rockchip,rk3588-hdptx-phy-hdmi";
|
| H A D | rk3588s.dtsi | 6585 compatible = "rockchip,rk3588-hdptx-phy"; 6598 compatible = "rockchip,rk3588-hdptx-phy-hdmi";
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | rk3588.dtsi | 452 compatible = "rockchip,rk3588-hdptx-phy";
|
| H A D | rk3588s.dtsi | 2245 compatible = "rockchip,rk3588-hdptx-phy";
|
| /OK3568_Linux_fs/buildroot/output/OK3568/target/usr/lib/modules/5.10.160/ |
| H A D | modules.builtin | |
| H A D | modules.builtin.modinfo | |
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_rockchip | 2150 # required by phy-rockchip-samsung-hdptx-hdmi.ko
|
| /OK3568_Linux_fs/output/sessions/2025-06-06_01-57-56/ |
| H A D | 10-kernel-build_2025-06-06_01-57-58.log | |
| H A D | build_2025-06-06_01-57-58.log | |
| H A D | 10-kernel-build.log | |
| H A D | build.log | |