HomeSort by: relevance | last modified time | path
    Searched defs:wallclock (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/evbarm/stand/boot2440/
main.c 61 static time_t wallclock = 0; variable in typeref:typename:time_t
360 wallclock += ((65535-count)*1000000) / timer_inc_rate;
362 return wallclock;
368 uint32_t target_clock = wallclock+us;
370 while( wallclock < target_clock) {
382 wallclock += ((65535-count)*1000000) / timer_inc_rate;
main.c 61 static time_t wallclock = 0; variable in typeref:typename:time_t
360 wallclock += ((65535-count)*1000000) / timer_inc_rate;
362 return wallclock;
368 uint32_t target_clock = wallclock+us;
370 while( wallclock < target_clock) {
382 wallclock += ((65535-count)*1000000) / timer_inc_rate;

Completed in 23 milliseconds