Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/cmd/
Dbdinfo.c183 print_num("sramsize", bd->bi_sramsize); in do_bdinfo()
225 print_num ("sram size", (ulong)bd->bi_sramsize); in do_bdinfo()
244 print_num("sram size ", (ulong)bd->bi_sramsize); in do_bdinfo()
269 print_num("sramsize", (ulong)bd->bi_sramsize); in do_bdinfo()
/third_party/uboot/u-boot-2020.01/api/
Dapi_platform-powerpc.c47 platform_set_mr(si, gd->bd->bi_sramstart, gd->bd->bi_sramsize, MR_ATTR_SRAM); in platform_sys_info()
/third_party/uboot/u-boot-2020.01/include/asm-generic/
Du-boot.h33 unsigned long bi_sramsize; /* size of SRAM memory */ member
/third_party/uboot/u-boot-2020.01/common/
Dboard_f.c628 bd->bi_sramsize = CONFIG_SYS_SRAM_SIZE; /* size of SRAM */ in setup_board_part1()