Home
last modified time | relevance | path

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

/Linux-v4.19/include/clocksource/
Darm_arch_timer.h70 #define ARCH_TIMER_EVT_STREAM_PERIOD_US 100 macro
72 (USEC_PER_SEC / ARCH_TIMER_EVT_STREAM_PERIOD_US)
/Linux-v4.19/arch/arm64/lib/
Ddelay.c43 USECS_TO_CYCLES(ARCH_TIMER_EVT_STREAM_PERIOD_US); in __delay()