Searched refs:BLOBLISTT_SPL_HANDOFF (Results 1 – 5 of 5) sorted by relevance
26 ho = bloblist_find(BLOBLISTT_SPL_HANDOFF, sizeof(*ho)); in dram_init()59 ho = bloblist_find(BLOBLISTT_SPL_HANDOFF, sizeof(*ho)); in dram_init_banksize()
28 BLOBLISTT_SPL_HANDOFF, /* Hand-off info from SPL */ enumerator
355 ho = bloblist_ensure(BLOBLISTT_SPL_HANDOFF, sizeof(struct spl_handoff)); in setup_spl_handoff()372 ho = bloblist_find(BLOBLISTT_SPL_HANDOFF, sizeof(struct spl_handoff)); in write_spl_handoff()
34 [BLOBLISTT_SPL_HANDOFF] = "SPL hand-off",
284 gd->spl_handoff = bloblist_find(BLOBLISTT_SPL_HANDOFF, in setup_spl_handoff()
Completed in 7 milliseconds