Home
last modified time | relevance | path

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

/u-boot/drivers/video/
A Dvideo-uclass.c203 static ulong last_sync; in video_sync() local
205 if (force || get_timer(last_sync) > 10) { in video_sync()
207 last_sync = get_timer(0); in video_sync()

Completed in 2 milliseconds