Searched refs:PHASE_SPL (Results 1 – 9 of 9) sorted by relevance
63 PHASE_SPL, /* Running in SPL */ enumerator116 return PHASE_SPL; in spl_phase()140 return IS_ENABLED(CONFIG_SPL) ? PHASE_SPL : PHASE_NONE; in spl_prev_phase()153 return PHASE_SPL; in spl_next_phase()169 case PHASE_SPL: in spl_phase_name()
16 if (spl_phase() == PHASE_SPL) in apl_set_spi_protect()
80 if (spl_phase() == PHASE_SPL) in apl_punit_probe()
248 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()
490 if (spl_phase() == PHASE_SPL) in bootstage_unstash()
Completed in 9 milliseconds