Searched refs:tmdsclk_cnt (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/video/drm/rk628/ |
| H A D | rk628_hdmirx.c | 135 u32 tmds_clk, tmdsclk_cnt, modetclk_hz; in rk628_hdmirx_get_timing() local 164 tmdsclk_cnt = val & 0xffff; in rk628_hdmirx_get_timing() 165 tmp_data = tmdsclk_cnt; in rk628_hdmirx_get_timing() 185 hs = (tmdsclk_cnt * modetclk_cnt_hs + MODETCLK_CNT_NUM / 2) / in rk628_hdmirx_get_timing() 190 vs = (tmdsclk_cnt * modetclk_cnt_vs + MODETCLK_CNT_NUM / 2) / in rk628_hdmirx_get_timing() 216 MODETCLK_CNT_NUM, tmdsclk_cnt, modetclk_cnt_hs, modetclk_cnt_vs, hofs_pix); in rk628_hdmirx_get_timing() 259 u32 width, height, frame_width, frame_height, tmdsclk_cnt, modetclk_cnt_hs, modetclk_cnt_vs; in rk628_hdmirx_phy_setup() local 311 tmdsclk_cnt = val & 0xffff; in rk628_hdmirx_phy_setup() 318 vs = (tmdsclk_cnt * modetclk_cnt_vs + MODETCLK_CNT_NUM / 2) / in rk628_hdmirx_phy_setup() 325 if (width && height && frame_width && frame_height && tmdsclk_cnt && in rk628_hdmirx_phy_setup() [all …]
|