Searched refs:timer_end (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
H A Ddisp_gu1.c289 unsigned long i, timer_start, timer_end, total_ticks, previous_ticks, local in function:gu1_delay_precise
302 timer_end = total_ticks - ((unsigned long)0xffffffff - timer_start);
304 timer_end = timer_start + total_ticks;
307 if (timer_end < timer_start) {
323 if (IND(SC1200_CB_BASE_ADDR + SC1200_CB_TMVALUE) > timer_end)
/xsrc/external/mit/xf86-video-geode/dist/src/gfx/
H A Ddisp_gu1.c74 unsigned long i, timer_start, timer_end, total_ticks, previous_ticks, local in function:gu1_delay_precise
88 timer_end = total_ticks - ((unsigned long) 0xffffffff - timer_start);
90 timer_end = timer_start + total_ticks;
93 if (timer_end < timer_start) {
110 if (IND(SC1200_CB_BASE_ADDR + SC1200_CB_TMVALUE) > timer_end)

Completed in 8 milliseconds