Searched refs:modetclk_cnt_vs (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/video/drm/rk628/ |
| H A D | rk628_hdmirx.c | 133 u32 modetclk_cnt_hs, modetclk_cnt_vs, hs, vs; in rk628_hdmirx_get_timing() local 189 modetclk_cnt_vs = val & 0xffff; 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 315 modetclk_cnt_vs = val & 0xffff; in rk628_hdmirx_phy_setup() 318 vs = (tmdsclk_cnt * modetclk_cnt_vs + MODETCLK_CNT_NUM / 2) / in rk628_hdmirx_phy_setup() 326 modetclk_cnt_hs && modetclk_cnt_vs && vs) in rk628_hdmirx_phy_setup() 335 tmdsclk_cnt, modetclk_cnt_hs, modetclk_cnt_vs, vs); in rk628_hdmirx_phy_setup()
|