Home
last modified time | relevance | path

Searched refs:PHASE_TPL (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/include/
Dspl.h53 PHASE_TPL, /* Running in TPL */ enumerator
105 return PHASE_TPL; in spl_phase()
/external/u-boot/common/spl/
Dspl.c420 bootstage_mark_name(spl_phase() == PHASE_TPL ? BOOTSTAGE_ID_START_TPL : in spl_common_init()
438 spl_phase() == PHASE_TPL ? "dm tpl" : "dm_spl"); in spl_common_init()
724 bootstage_mark_name(spl_phase() == PHASE_TPL ? BOOTSTAGE_ID_END_TPL : in board_init_r()