Searched refs:PHASE_SPL (Results 1 – 13 of 13) sorted by relevance
66 PHASE_SPL, /* Running in SPL */ enumerator123 return PHASE_SPL; in spl_phase()151 return IS_ENABLED(CONFIG_SPL) ? PHASE_SPL : in spl_prev_phase()165 return IS_ENABLED(CONFIG_VPL) ? PHASE_VPL : PHASE_SPL; in spl_next_phase()167 return PHASE_SPL; in spl_next_phase()185 case PHASE_SPL: in spl_phase_name()208 case PHASE_SPL: in spl_phase_prefix()
16 if (spl_phase() == PHASE_SPL) in apl_set_spi_protect()
80 if (spl_phase() == PHASE_SPL) in apl_punit_probe()
190 else if (spl_phase() == PHASE_SPL) in arch_cpu_init()
32 if (spl_phase() == PHASE_SPL) { in dram_init()
106 if (spl_phase() <= PHASE_SPL) in sysreset_walk_halt()
120 else if (spl_phase() == PHASE_SPL) in p2sb_probe()
41 if (spl_phase() < PHASE_SPL) { in designware_i2c_pci_of_to_plat()
167 return spl_next_phase() == PHASE_SPL ? in spl_get_image_pos()181 return spl_next_phase() == PHASE_SPL ? in spl_get_image_size()192 return spl_next_phase() == PHASE_SPL ? CONFIG_SPL_TEXT_BASE : in spl_get_image_text_base()
161 if (spl_phase() != PHASE_VPL && spl_phase() != PHASE_SPL) in simple_load_from_image()
104 Use `spl_phase()` to find the current U-Boot phase, e.g. `PHASE_SPL`. You can
490 if (spl_phase() == PHASE_SPL) in bootstage_unstash()
607 if (spl_phase() <= PHASE_SPL) { in fdtdec_prepare_fdt()
Completed in 16 milliseconds