Lines Matching refs:get_timer
119 start = get_timer(0); in rk_edp_init_analog_func()
121 if (get_timer(start) > PLL_LOCK_TIMEOUT) { in rk_edp_init_analog_func()
155 start = get_timer(0); in rk_edp_aux_enable()
159 } while (get_timer(start) < 20); in rk_edp_aux_enable()
168 start = get_timer(0); in rk_edp_is_aux_reply()
170 if (get_timer(start) > 10) in rk_edp_is_aux_reply()
643 start = get_timer(0); in rk_edp_hw_link_training()
648 } while (get_timer(start) < 10); in rk_edp_hw_link_training()
816 start = get_timer(0); in rk_edp_is_video_stream_clock_on()
834 } while (get_timer(start) < 100); in rk_edp_is_video_stream_clock_on()
844 start = get_timer(0); in rk_edp_is_video_stream_on()
854 } while (get_timer(start) < 100); in rk_edp_is_video_stream_on()
917 start = get_timer(0); in rockchip_edp_wait_hpd()
922 } while (get_timer(start) < 200); in rockchip_edp_wait_hpd()