HomeSort by relevance Sort by last modified time
    Searched refs:CONFIG_SYS_TCLK (Results 26 - 30 of 30) sorted by null

12

  /external/u-boot/include/configs/
helios4.h 18 #define CONFIG_SYS_TCLK 250000000 /* 250MHz */
  /external/u-boot/drivers/spi/
kirkwood_spi.c 127 data = ((CONFIG_SYS_TCLK / 2) / max_hz) + 0x10;
264 data = ((CONFIG_SYS_TCLK / 2) / hz) + 0x10;
298 if (CONFIG_SYS_TCLK == 250000000 &&
  /external/u-boot/include/configs/km/
km_arm.h 90 #define CONFIG_SYS_NS16550_CLK CONFIG_SYS_TCLK
  /external/u-boot/include/
mvebu_mmc.h 24 #define MVEBU_MMC_BASE_FAST_CLOCK CONFIG_SYS_TCLK
  /external/u-boot/drivers/i2c/
mvtwsi.c 40 * On SUNXI, we get CONFIG_SYS_TCLK from this include, so we want to
414 return CONFIG_SYS_TCLK / (10 * (m + 1) * (1 << n));
416 return CONFIG_SYS_TCLK / (10 * (m + 1) * (2 << n));

Completed in 6356 milliseconds

12