Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A 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()
/openbmc/u-boot/api/
H A Dapi_platform-powerpc.c47 platform_set_mr(si, gd->bd->bi_sramstart, gd->bd->bi_sramsize, MR_ATTR_SRAM); in platform_sys_info()
/openbmc/u-boot/include/asm-generic/
H A Du-boot.h33 unsigned long bi_sramsize; /* size of SRAM memory */ member
/openbmc/linux/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
/openbmc/qemu/hw/ppc/
H A Dppc405_boards.c107 uint32_t bi_sramsize; member
134 bd->bi_sramsize = PPC405EP_SRAM_SIZE; in ppc405_set_default_bootinfo()
172 stl_be_phys(cs->as, bdloc + 0x18, bd->bi_sramsize); in __ppc405_set_bootinfo()
/openbmc/u-boot/common/
H A Dboard_f.c598 bd->bi_sramsize = CONFIG_SYS_SRAM_SIZE; /* size of SRAM */ in setup_board_part1()