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

12

  /external/u-boot/lib/
Makefile 101 obj-$(CONFIG_$(SPL_TPL_)SPRINTF) += vsprintf.o strmhz.o
106 obj-y += vsprintf.o strto.o strmhz.o
  /external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
cpu.c 433 strmhz(buf, sysinfo.freq_processor[core]));
437 strmhz(buf, sysinfo.freq_systembus / CONFIG_SYS_FSL_PCLK_DIV));
438 printf("DDR: %-4s MT/s", strmhz(buf, sysinfo.freq_ddrbus));
440 printf(" FMAN: %-4s MHz", strmhz(buf, sysinfo.freq_fman[0]));
445 strmhz(buf, sysinfo.freq_ddrbus2));
  /external/u-boot/board/atmel/at91sam9263ek/
at91sam9263ek.c 155 strmhz(temp, get_cpu_clk_rate()));
  /external/u-boot/board/atmel/at91sam9rlek/
at91sam9rlek.c 144 strmhz(temp, get_cpu_clk_rate()));
  /external/u-boot/board/esd/meesc/
meesc.c 241 strmhz(buf, get_mck_clk_rate()));
  /external/u-boot/board/freescale/mpc8541cds/
mpc8541cds.c 209 strmhz(buf, pci1_speed),
  /external/u-boot/board/freescale/mpc8555cds/
mpc8555cds.c 207 strmhz(buf, pci1_speed),
  /external/u-boot/arch/arm/cpu/arm926ejs/mx25/
generic.c 211 strmhz(buf, imx_get_armclk()));
  /external/u-boot/arch/powerpc/cpu/mpc8xx/
cpu.c 71 printf(" at %s MHz: ", strmhz(buf, clock));
  /external/u-boot/board/atmel/at91sam9261ek/
at91sam9261ek.c 209 strmhz(temp, get_cpu_clk_rate()));
  /external/u-boot/board/atmel/at91sam9m10g45ek/
at91sam9m10g45ek.c 231 strmhz(temp, get_cpu_clk_rate()));
  /external/u-boot/board/atmel/at91sam9n12ek/
at91sam9n12ek.c 119 strmhz(temp, get_cpu_clk_rate()));
  /external/u-boot/board/freescale/mpc8548cds/
mpc8548cds.c 224 strmhz(buf, pci_speed),
  /external/u-boot/board/freescale/p1_p2_rdb_pc/
ddr.c 247 strmhz(buf, sysinfo.freq_ddrbus));
  /external/u-boot/board/mini-box/picosam9g45/
picosam9g45.c 228 strmhz(temp, get_cpu_clk_rate()));
  /external/u-boot/board/ronetix/pm9263/
pm9263.c 287 strmhz(temp, get_cpu_clk_rate()));
  /external/u-boot/arch/arm/cpu/arm926ejs/mx27/
generic.c 173 strmhz(buf, imx_get_mpllclk()));
  /external/u-boot/cmd/
bdinfo.c 68 printf("%-12s= %6s MHz\n", name, strmhz(buf, hz));
  /external/u-boot/include/
common.h 492 /* lib/strmhz.c */
493 char * strmhz(char *buf, unsigned long hz);
  /external/u-boot/arch/powerpc/cpu/mpc83xx/
spd_sdram.c 51 printf(", %s MHz)", strmhz(buf, gd->mem_clk));

Completed in 1281 milliseconds

12