Home
last modified time | relevance | path

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

/arch/arm/mach-rpc/
Dtime.c32 unsigned int count1, count2, status; in ioc_timer_gettimeoffset() local
37 count1 = ioc_readb(IOC_T0CNTL) | (ioc_readb(IOC_T0CNTH) << 8); in ioc_timer_gettimeoffset()
46 if (count2 < count1) { in ioc_timer_gettimeoffset()
53 } else if (count2 > count1) { in ioc_timer_gettimeoffset()
/arch/ia64/mm/
Dtlb.c280 unsigned long i, j, flags, count0, count1, stride0, stride1, addr; in local_flush_tlb_all() local
284 count1 = local_cpu_data->ptce_count[1]; in local_flush_tlb_all()
290 for (j = 0; j < count1; ++j) { in local_flush_tlb_all()
/arch/sparc/kernel/
Dirq_64.c902 u64 count1; member