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

  /external/u-boot/api/
api_platform-powerpc.c 47 platform_set_mr(si, gd->bd->bi_sramstart, gd->bd->bi_sramsize, MR_ATTR_SRAM);
  /external/u-boot/include/asm-generic/
u-boot.h 33 unsigned long bi_sramsize; /* size of SRAM memory */ member in struct:bd_info
  /external/u-boot/cmd/
bdinfo.c 181 print_num("sramsize", bd->bi_sramsize);
223 print_num ("sram size", (ulong)bd->bi_sramsize);
242 print_num("sram size ", (ulong)bd->bi_sramsize);
267 print_num("sramsize", (ulong)bd->bi_sramsize);
  /external/u-boot/common/
board_f.c 531 bd->bi_sramsize = CONFIG_SYS_SRAM_SIZE; /* size of SRAM */

Completed in 130 milliseconds