Lines Matching refs:get_timer
122 start = get_timer(0); in rk_edp_init_analog_func()
124 if (get_timer(start) > PLL_LOCK_TIMEOUT) { in rk_edp_init_analog_func()
158 start = get_timer(0); in rk_edp_aux_enable()
162 } while (get_timer(start) < 20); in rk_edp_aux_enable()
171 start = get_timer(0); in rk_edp_is_aux_reply()
173 if (get_timer(start) > 10) in rk_edp_is_aux_reply()
646 start = get_timer(0); in rk_edp_hw_link_training()
651 } while (get_timer(start) < 10); in rk_edp_hw_link_training()
819 start = get_timer(0); in rk_edp_is_video_stream_clock_on()
837 } while (get_timer(start) < 100); in rk_edp_is_video_stream_clock_on()
847 start = get_timer(0); in rk_edp_is_video_stream_on()
857 } while (get_timer(start) < 100); in rk_edp_is_video_stream_on()
920 start = get_timer(0); in rockchip_edp_wait_hpd()
925 } while (get_timer(start) < 200); in rockchip_edp_wait_hpd()