Searched refs:spl_handoff (Results 1 – 6 of 6) sorted by relevance
20 struct spl_handoff { struct31 void handoff_save_dram(struct spl_handoff *ho); argument32 void handoff_load_dram_size(struct spl_handoff *ho);33 void handoff_load_dram_banks(struct spl_handoff *ho);
13 void handoff_save_dram(struct spl_handoff *ho) in handoff_save_dram()29 void handoff_load_dram_size(struct spl_handoff *ho) in handoff_load_dram_size()34 void handoff_load_dram_banks(struct spl_handoff *ho) in handoff_load_dram_banks()
16 if (gd->spl_handoff) in do_sb_handoff()17 printf("SPL handoff magic %lx\n", gd->spl_handoff->arch.magic); in do_sb_handoff()
133 struct spl_handoff *spl_handoff; member
352 struct spl_handoff *ho; in setup_spl_handoff()354 ho = bloblist_ensure(BLOBLISTT_SPL_HANDOFF, sizeof(struct spl_handoff)); in setup_spl_handoff()363 struct spl_handoff *ho; in write_spl_handoff()365 ho = bloblist_find(BLOBLISTT_SPL_HANDOFF, sizeof(struct spl_handoff)); in write_spl_handoff()
284 gd->spl_handoff = bloblist_find(BLOBLISTT_SPL_HANDOFF, in setup_spl_handoff()285 sizeof(struct spl_handoff)); in setup_spl_handoff()286 debug("Found SPL hand-off info %p\n", gd->spl_handoff); in setup_spl_handoff()