Searched refs:spl_handoff (Results 1 – 12 of 12) sorted by relevance
20 struct spl_handoff { struct29 void handoff_save_dram(struct spl_handoff *ho); argument30 void handoff_load_dram_size(struct spl_handoff *ho);31 void handoff_load_dram_banks(struct spl_handoff *ho);43 int handoff_arch_save(struct spl_handoff *ho);
63 struct spl_handoff *ho = gd->spl_handoff; in dram_init()86 struct spl_handoff *ho = gd->spl_handoff; in board_get_usable_ram_top()
14 void handoff_save_dram(struct spl_handoff *ho) in handoff_save_dram()27 void handoff_load_dram_size(struct spl_handoff *ho) in handoff_load_dram_size()32 void handoff_load_dram_banks(struct spl_handoff *ho) in handoff_load_dram_banks()
28 struct spl_handoff *ho = gd->spl_handoff; in arch_cpu_init()
24 struct spl_handoff *ho; in dram_init()57 struct spl_handoff *ho; in dram_init_banksize()
18 if (gd->spl_handoff) in do_sb_handoff()19 printf("SPL handoff magic %lx\n", gd->spl_handoff->arch.magic); in do_sb_handoff()
428 struct spl_handoff *spl_handoff; member
82 int handoff_arch_save(struct spl_handoff *ho) in handoff_arch_save()
353 struct spl_handoff *ho; in setup_spl_handoff()355 ho = bloblist_ensure(BLOBLISTT_SPL_HANDOFF, sizeof(struct spl_handoff)); in setup_spl_handoff()362 __weak int handoff_arch_save(struct spl_handoff *ho) in handoff_arch_save()369 struct spl_handoff *ho; in write_spl_handoff()372 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()
167 int handoff_arch_save(struct spl_handoff *ho) in handoff_arch_save()
1392 if (!(gd->spl_handoff)) in rk3399_clk_probe()
Completed in 26 milliseconds