HomeSort by relevance Sort by last modified time
    Searched defs:CLK_MHZ (Results 1 - 2 of 2) sorted by null

  /external/u-boot/board/synopsys/hsdk/
clk-lib.h 18 CLK_MHZ = BIT(5) /* all values in MHZ instead of HZ */
24 * print clock rate. If CLK_MHZ flag set in clk_ctl_ops 'rate' is in MHz,
  /external/u-boot/arch/mips/mach-pic32/
cpu.c 21 #define CLK_MHZ(x) ((x) / 1000000)
153 CLK_MHZ(rate(PLLCLK)));
155 printf("CPU Speed: %lu MHz\n", CLK_MHZ(rate(PB7CLK)));
157 printf("MPLL Speed: %lu MHz\n", CLK_MHZ(rate(MPLL)));
161 CLK_MHZ(rate(i)));
165 CLK_MHZ(rate(i)));

Completed in 132 milliseconds