/openbmc/u-boot/arch/arm/mach-kirkwood/include/mach/ |
H A D | kw88f6281.h | 18 #ifndef CONFIG_SYS_TCLK 19 #define CONFIG_SYS_TCLK 200000000 /* 200MHz */ macro
|
H A D | kw88f6192.h | 18 #define CONFIG_SYS_TCLK 166000000 /* 166MHz */ macro
|
H A D | config.h | 119 #define CONFIG_SYS_TIMER_RATE CONFIG_SYS_TCLK
|
/openbmc/u-boot/arch/arm/mach-orion5x/ |
H A D | timer.c | 73 / (CONFIG_SYS_TCLK / 1000); in read_timer() 91 (TIMER_LOAD_VAL / (CONFIG_SYS_TCLK / 1000)) - now; in get_timer_masked() 114 delayticks = (usec * (CONFIG_SYS_TCLK / 1000000)); in __udelay()
|
/openbmc/u-boot/include/configs/ |
H A D | x530.h | 15 #define CONFIG_SYS_TCLK 250000000 /* 250MHz */ macro 21 #define CONFIG_SYS_NS16550_CLK CONFIG_SYS_TCLK
|
H A D | mv-common.h | 34 #define CONFIG_SYS_NS16550_CLK CONFIG_SYS_TCLK
|
H A D | maxbcm.h | 18 #define CONFIG_SYS_TCLK 250000000 /* 250MHz */ macro
|
H A D | db-88f6720.h | 18 #define CONFIG_SYS_TCLK 200000000 /* 200MHz */ macro
|
H A D | ds414.h | 18 #define CONFIG_SYS_TCLK 250000000 /* 250MHz */ macro
|
H A D | db-mv784mp-gp.h | 19 #define CONFIG_SYS_TCLK 250000000 /* 250MHz */ macro
|
H A D | db-88f6820-amc.h | 13 #define CONFIG_SYS_TCLK 200000000 /* 200MHz */ macro
|
H A D | theadorable.h | 18 #define CONFIG_SYS_TCLK 250000000 /* 250MHz */ macro
|
H A D | SBx81LIFKW.h | 32 #define CONFIG_SYS_NS16550_CLK CONFIG_SYS_TCLK
|
H A D | SBx81LIFXCAT.h | 32 #define CONFIG_SYS_NS16550_CLK CONFIG_SYS_TCLK
|
H A D | db-88f6820-gp.h | 13 #define CONFIG_SYS_TCLK 250000000 /* 250MHz */ macro
|
H A D | lsxl.h | 16 #define CONFIG_SYS_TCLK 166666667 /* 166 MHz */ macro
|
H A D | mvebu_armada-8k.h | 12 #define CONFIG_SYS_TCLK 250000000 /* 250MHz */ macro
|
H A D | controlcenterdc.h | 24 #define CONFIG_SYS_TCLK 250000000 /* 250MHz */ macro
|
H A D | edminiv2.h | 76 #define CONFIG_SYS_NS16550_CLK CONFIG_SYS_TCLK
|
/openbmc/u-boot/arch/arm/mach-mvebu/include/mach/ |
H A D | soc.h | 33 #ifndef CONFIG_SYS_TCLK 34 #define CONFIG_SYS_TCLK 250000000 /* 250MHz */ macro
|
/openbmc/u-boot/board/Synology/ds109/ |
H A D | ds109.c | 129 t->tclk = CONFIG_SYS_TCLK; in setup_board_tags() 130 t->sysclk = CONFIG_SYS_TCLK*2; in setup_board_tags()
|
/openbmc/u-boot/arch/arm/mach-orion5x/include/mach/ |
H A D | mv88f5182.h | 21 #define CONFIG_SYS_TCLK 166000000 /* 166MHz */ macro
|
/openbmc/u-boot/drivers/spi/ |
H A D | kirkwood_spi.c | 127 data = ((CONFIG_SYS_TCLK / 2) / max_hz) + 0x10; in spi_setup_slave() 265 data = ((CONFIG_SYS_TCLK / 2) / hz) + 0x10; in mvebu_spi_set_speed() 299 if (CONFIG_SYS_TCLK == 250000000 && in mvebu_spi_50mhz_ac_timing_erratum()
|
/openbmc/u-boot/arch/arm/include/asm/arch-armada100/ |
H A D | config.h | 19 #define CONFIG_SYS_TCLK (14745600) /* NS16550 clk config */ macro
|
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/ |
H A D | i2c.h | 30 #define CONFIG_SYS_TCLK 24000000 macro
|