Home
last modified time | relevance | path

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

/Linux-v6.1/include/clocksource/
Darm_arch_timer.h61 #define ARCH_TIMER_EVT_STREAM_PERIOD_US 100 macro
63 (USEC_PER_SEC / ARCH_TIMER_EVT_STREAM_PERIOD_US)
/Linux-v6.1/arch/arm64/lib/
Ddelay.c42 USECS_TO_CYCLES(ARCH_TIMER_EVT_STREAM_PERIOD_US); in __delay()