Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/cmd/
H A Dbdinfo.c182 print_num("sramsize", bd->bi_sramsize); in do_bdinfo()
224 print_num ("sram size", (ulong)bd->bi_sramsize); in do_bdinfo()
243 print_num("sram size ", (ulong)bd->bi_sramsize); in do_bdinfo()
268 print_num("sramsize", (ulong)bd->bi_sramsize); in do_bdinfo()
/rk3399_rockchip-uboot/api/
H A Dapi_platform-powerpc.c48 platform_set_mr(si, gd->bd->bi_sramstart, gd->bd->bi_sramsize, MR_ATTR_SRAM); in platform_sys_info()
/rk3399_rockchip-uboot/include/asm-generic/
H A Du-boot.h34 unsigned long bi_sramsize; /* size of SRAM memory */ member
/rk3399_rockchip-uboot/common/
H A Dboard_f.c586 bd->bi_sramsize = CONFIG_SYS_SRAM_SIZE; /* size of SRAM */ in setup_board_part1()