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