Searched refs:SGINT_TCSAMP_COUNTER (Results 1 – 3 of 3) sorted by relevance
108 sgint->tcnt2 = SGINT_TCSAMP_COUNTER & 0xff; in dosample()109 sgint->tcnt2 = SGINT_TCSAMP_COUNTER >> 8; in dosample()
115 #define SGINT_TCSAMP_COUNTER ((SGINT_TIMER_CLOCK / HZ) + 255) macro