Home
last modified time | relevance | path

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

/Linux-v5.4/include/clocksource/
Darm_arch_timer.h59 #define ARCH_TIMER_EVT_STREAM_PERIOD_US 100 macro
61 (USEC_PER_SEC / ARCH_TIMER_EVT_STREAM_PERIOD_US)
/Linux-v5.4/arch/arm64/lib/
Ddelay.c32 USECS_TO_CYCLES(ARCH_TIMER_EVT_STREAM_PERIOD_US); in __delay()