Searched refs:ho (Results 1 – 5 of 5) sorted by relevance
13 void handoff_save_dram(struct spl_handoff *ho) in handoff_save_dram() argument15 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() argument31 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() argument42 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()
31 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);
352 struct spl_handoff *ho; in setup_spl_handoff() local354 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() local365 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()
8 tong.ho@xilinx.com
69 - ipcp_options *ho = &ipcp_hisoptions[0];