Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/cmd/
H A Dbdinfo.c181 print_num("sramstart", bd->bi_sramstart); in do_bdinfo()
223 print_num ("sram start", (ulong)bd->bi_sramstart); in do_bdinfo()
242 print_num("sram start ", (ulong)bd->bi_sramstart); in do_bdinfo()
267 print_num("sramstart", (ulong)bd->bi_sramstart); 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.h33 unsigned long bi_sramstart; /* start of SRAM memory */ member
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Dppcboot.h29 unsigned long bi_sramstart; /* start of SRAM memory */ member
H A Dppcboot-hotfoot.h41 unsigned long bi_sramstart; /* start of SRAM memory */ member
/OK3568_Linux_fs/u-boot/common/
H A Dboard_f.c585 bd->bi_sramstart = CONFIG_SYS_SRAM_BASE; /* start of SRAM */ in setup_board_part1()