Home
last modified time | relevance | path

Searched refs:ho (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/common/init/
H A Dhandoff.c13 void handoff_save_dram(struct spl_handoff *ho) in handoff_save_dram() argument
15 ho->ram_size = gd->ram_size; in handoff_save_dram()
22 ho->ram_bank[i].start = bd->bi_dram[i].start; in handoff_save_dram()
23 ho->ram_bank[i].size = bd->bi_dram[i].size; in handoff_save_dram()
29 void handoff_load_dram_size(struct spl_handoff *ho) in handoff_load_dram_size() argument
31 gd->ram_size = ho->ram_size; in handoff_load_dram_size()
34 void handoff_load_dram_banks(struct spl_handoff *ho) in handoff_load_dram_banks() argument
42 bd->bi_dram[i].start = ho->ram_bank[i].start; in handoff_load_dram_banks()
43 bd->bi_dram[i].size = ho->ram_bank[i].size; in handoff_load_dram_banks()
/openbmc/u-boot/include/
H A Dhandoff.h31 void handoff_save_dram(struct spl_handoff *ho);
32 void handoff_load_dram_size(struct spl_handoff *ho);
33 void handoff_load_dram_banks(struct spl_handoff *ho);
/openbmc/u-boot/common/spl/
H A Dspl.c352 struct spl_handoff *ho; in setup_spl_handoff() local
354 ho = bloblist_ensure(BLOBLISTT_SPL_HANDOFF, sizeof(struct spl_handoff)); in setup_spl_handoff()
355 if (!ho) in setup_spl_handoff()
363 struct spl_handoff *ho; in write_spl_handoff() local
365 ho = bloblist_find(BLOBLISTT_SPL_HANDOFF, sizeof(struct spl_handoff)); in write_spl_handoff()
366 if (!ho) in write_spl_handoff()
368 handoff_save_dram(ho); in write_spl_handoff()
370 ho->arch.magic = TEST_HANDOFF_MAGIC; in write_spl_handoff()
/openbmc/qemu/contrib/gitdm/
H A Dgroup-map-amd8 tong.ho@xilinx.com
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/
H A D0001-pppd-ippool.c-Fix-type-casting-issues-between-in_add.patch69 - ipcp_options *ho = &ipcp_hisoptions[0];