Home
last modified time | relevance | path

Searched refs:SGINT_TCSAMP_COUNTER (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/arch/mips/sgi-ip22/
Dip22-time.c40 sgint->tcnt2 = SGINT_TCSAMP_COUNTER & 0xff; in dosample()
41 sgint->tcnt2 = SGINT_TCSAMP_COUNTER >> 8; in dosample()
/linux-3.4.99/arch/mips/include/asm/sgi/
Dioc.h115 #define SGINT_TCSAMP_COUNTER ((SGINT_TIMER_CLOCK / HZ) + 255) macro