Searched refs:count2 (Results 1 – 1 of 1) sorted by relevance
31 unsigned int count1, count2, status; in ioc_timer_read() local44 count2 = ioc_readb(IOC_T0CNTL) | (ioc_readb(IOC_T0CNTH) << 8); in ioc_timer_read()45 ticks = ioc_time + RPC_LATCH - count2; in ioc_timer_read()48 if (count2 < count1) { in ioc_timer_read()55 } else if (count2 > count1) { in ioc_timer_read()
Completed in 4 milliseconds