HomeSort by relevance Sort by last modified time
    Searched refs:bi_brgfreq (Results 1 - 5 of 5) sorted by null

  /external/u-boot/include/asm-generic/
u-boot.h 56 unsigned long bi_brgfreq; /* BRG_CLK Freq, in MHz */ member in struct:bd_info
  /external/u-boot/arch/powerpc/lib/
bootm.c 279 kbd->bi_brgfreq /= 1000000L;
  /external/u-boot/cmd/
bdinfo.c 189 print_mhz("brgfreq", bd->bi_brgfreq);
  /external/u-boot/arch/powerpc/cpu/mpc85xx/
fdt.c 657 "clock-frequency", bd->bi_brgfreq, 1);
  /external/u-boot/common/
board_f.c 557 bd->bi_brgfreq = gd->arch.brg_clk;

Completed in 179 milliseconds