Searched refs:hdmirx (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/drivers/video/drm/rk628/ |
| H A D | rk628_hdmirx.c | 16 static void hdmirx_phy_write(struct rk628_hdmirx *hdmirx, u32 offset, u32 val) in hdmirx_phy_write() argument 18 struct rk628 *rk628 = hdmirx->parent; in hdmirx_phy_write() 41 static void rk628_hdmirx_ctrl_enable(struct rk628_hdmirx *hdmirx) in rk628_hdmirx_ctrl_enable() argument 43 struct rk628 *rk628 = hdmirx->parent; in rk628_hdmirx_ctrl_enable() 92 static void rk628_hdmirx_phy_enable(struct rk628_hdmirx *hdmirx, bool is_hdmi2) in rk628_hdmirx_phy_enable() argument 94 hdmirx_phy_write(hdmirx, 0x02, 0x1860); in rk628_hdmirx_phy_enable() 95 hdmirx_phy_write(hdmirx, 0x03, 0x0060); in rk628_hdmirx_phy_enable() 96 hdmirx_phy_write(hdmirx, 0x27, 0x1c94); in rk628_hdmirx_phy_enable() 97 hdmirx_phy_write(hdmirx, 0x28, 0x3713); in rk628_hdmirx_phy_enable() 98 hdmirx_phy_write(hdmirx, 0x29, 0x24da); in rk628_hdmirx_phy_enable() [all …]
|
| H A D | rk628.h | 523 struct rk628_hdmirx hdmirx; member
|