Searched refs:total_ticks (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/ |
| H A D | disp_gu1.c | 289 unsigned long i, timer_start, timer_end, total_ticks, previous_ticks, local in function:gu1_delay_precise 297 total_ticks = 27000 * milliseconds; /* timer resolution is 27 MHz */ 299 total_ticks = 1000 * milliseconds; /* timer resolution is 1 MHz */ 301 if (total_ticks > ((unsigned long)0xffffffff - timer_start)) /* wrap-around */ 302 timer_end = total_ticks - ((unsigned long)0xffffffff - timer_start); 304 timer_end = timer_start + total_ticks;
|
| /xsrc/external/mit/xf86-video-geode/dist/src/gfx/ |
| H A D | disp_gu1.c | 74 unsigned long i, timer_start, timer_end, total_ticks, previous_ticks, local in function:gu1_delay_precise 82 total_ticks = 27000 * milliseconds; /* timer resolution is 27 MHz */ 84 total_ticks = 1000 * milliseconds; /* timer resolution is 1 MHz */ 86 if (total_ticks > ((unsigned long) 0xffffffff - timer_start)) 88 timer_end = total_ticks - ((unsigned long) 0xffffffff - timer_start); 90 timer_end = timer_start + total_ticks;
|
Completed in 8 milliseconds