Home
last modified time | relevance | path

Searched refs:bi_sramsize (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/cmd/
Dbdinfo.c181 print_num("sramsize", bd->bi_sramsize); in do_bdinfo()
223 print_num ("sram size", (ulong)bd->bi_sramsize); in do_bdinfo()
242 print_num("sram size ", (ulong)bd->bi_sramsize); in do_bdinfo()
267 print_num("sramsize", (ulong)bd->bi_sramsize); in do_bdinfo()
/external/u-boot/api/
Dapi_platform-powerpc.c47 platform_set_mr(si, gd->bd->bi_sramstart, gd->bd->bi_sramsize, MR_ATTR_SRAM); in platform_sys_info()
/external/u-boot/include/asm-generic/
Du-boot.h33 unsigned long bi_sramsize; /* size of SRAM memory */ member
/external/u-boot/common/
Dboard_f.c531 bd->bi_sramsize = CONFIG_SYS_SRAM_SIZE; /* size of SRAM */ in setup_board_part1()