Home
last modified time | relevance | path

Searched refs:modetclk_cnt_hs (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/misc/rk628/
H A Drk628_hdmirx.c348 u32 modetclk_cnt_hs, modetclk_cnt_vs, hs, vs; in rk628_hdmirx_get_timing() local
390 modetclk_cnt_hs = val & 0xffff; in rk628_hdmirx_get_timing()
391 hs = (tmdsclk_cnt * modetclk_cnt_hs + MODETCLK_CNT_NUM / 2) / in rk628_hdmirx_get_timing()
422 MODETCLK_CNT_NUM, tmdsclk_cnt, modetclk_cnt_hs, modetclk_cnt_vs, hofs_pix); in rk628_hdmirx_get_timing()
/OK3568_Linux_fs/kernel/drivers/media/i2c/rk628/
H A Drk628_bt1120_v4l2.c338 u32 modetclk_cnt_hs, modetclk_cnt_vs, hs, vs; in rk628_bt1120_get_detected_timings() local
384 modetclk_cnt_hs = val & 0xffff; in rk628_bt1120_get_detected_timings()
385 hs = (tmdsclk_cnt * modetclk_cnt_hs + MODETCLK_CNT_NUM / 2) / in rk628_bt1120_get_detected_timings()
405 MODETCLK_CNT_NUM, tmdsclk_cnt, modetclk_cnt_hs, modetclk_cnt_vs, hofs_pix); in rk628_bt1120_get_detected_timings()
H A Drk628_csi_v4l2.c367 u32 modetclk_cnt_hs, modetclk_cnt_vs, hs, vs; in rk628_csi_get_detected_timings() local
413 modetclk_cnt_hs = val & 0xffff; in rk628_csi_get_detected_timings()
414 hs = (tmdsclk_cnt * modetclk_cnt_hs + MODETCLK_CNT_NUM / 2) / in rk628_csi_get_detected_timings()
434 MODETCLK_CNT_NUM, tmdsclk_cnt, modetclk_cnt_hs, modetclk_cnt_vs, hofs_pix); in rk628_csi_get_detected_timings()