Home
last modified time | relevance | path

Searched refs:CONFIG_MX27_CLK32 (Results 1 – 5 of 5) sorted by relevance

/u-boot/arch/arm/cpu/arm926ejs/mx27/
A Dtimer.c48 do_div(tick, CONFIG_MX27_CLK32); in tick_to_time()
54 time *= CONFIG_MX27_CLK32; in time_to_tick()
61 us = us * CONFIG_MX27_CLK32 + 999999; in us_to_tick()
67 #define TICK_PER_TIME ((CONFIG_MX27_CLK32 + CONFIG_SYS_HZ / 2) / \
69 #define US_PER_TICK (1000000 / CONFIG_MX27_CLK32)
165 return CONFIG_MX27_CLK32; in get_tbclk()
A Dgeneric.c43 return 1024 * CONFIG_MX27_CLK32; in clk_in_32k()
/u-boot/include/configs/
A Dimx27lite-common.h16 #define CONFIG_MX27_CLK32 32768 /* OSC32K frequency */ macro
A Dapf27.h246 #define CONFIG_MX27_CLK32 32768 /* 32768 or 32000 Hz crystal */ macro
/u-boot/scripts/
A Dconfig_whitelist.txt1092 CONFIG_MX27_CLK32

Completed in 8 milliseconds