Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/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()
/OK3568_Linux_fs/u-boot/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()
/OK3568_Linux_fs/u-boot/include/asm-generic/
H A Du-boot.h34 unsigned long bi_sramsize; /* size of SRAM memory */ member
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Dppcboot.h30 unsigned long bi_sramsize; /* size of SRAM memory */ member
H A Dppcboot-hotfoot.h42 unsigned long bi_sramsize; /* size of SRAM memory */ member
/OK3568_Linux_fs/u-boot/common/
H A Dboard_f.c586 bd->bi_sramsize = CONFIG_SYS_SRAM_SIZE; /* size of SRAM */ in setup_board_part1()