Home
last modified time | relevance | path

Searched defs:TIMER_CLOCK (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/include/configs/
Dadp-ae3xx.h50 #define TIMER_CLOCK 32768 /* CONFIG_FTRTC010_EXTCLK */ macro
52 #define TIMER_CLOCK CONFIG_SYS_HZ /* CONFIG_FTRTC010_PCLK */ macro
Dadp-ag101p.h52 #define TIMER_CLOCK 32768 /* CONFIG_FTRTC010_EXTCLK */ macro
54 #define TIMER_CLOCK CONFIG_SYS_HZ /* CONFIG_FTRTC010_PCLK */ macro
/external/u-boot/arch/arm/mach-omap2/
Dtimer.c33 #define TIMER_CLOCK (V_SCLK / (2 << CONFIG_SYS_PTV)) macro
/external/u-boot/arch/arm/cpu/armv7/sunxi/
Dtimer.c21 #define TIMER_CLOCK (24 * 1000 * 1000) macro
/external/u-boot/drivers/timer/
Domap-timer.c21 #define TIMER_CLOCK (V_SCLK / (2 << CONFIG_SYS_PTV)) macro