Home
last modified time | relevance | path

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

/trueos/sys/mips/rt305x/
HDrt305xreg.h40 #define PLATFORM_COUNTER_FREQ (384 * 1000 * 1000) macro
43 #define PLATFORM_COUNTER_FREQ (320 * 1000 * 1000) macro
45 #ifndef PLATFORM_COUNTER_FREQ
49 #define SYSTEM_CLOCK (PLATFORM_COUNTER_FREQ/3)
HDrt305x_machdep.c132 uint64_t platform_counter_freq = PLATFORM_COUNTER_FREQ; in platform_start()