Searched refs:u_boot_phase (Results 1 – 4 of 4) sorted by relevance
62 enum u_boot_phase { enum116 static inline enum u_boot_phase spl_phase(void) in spl_phase()140 static inline enum u_boot_phase spl_prev_phase(void) in spl_prev_phase()162 static inline enum u_boot_phase spl_next_phase(void) in spl_next_phase()178 static inline const char *spl_phase_name(enum u_boot_phase phase) in spl_phase_name()201 static inline const char *spl_phase_prefix(enum u_boot_phase phase) in spl_phase_prefix()
89 enum u_boot_phase next_phase; in load_from_image()
86 Include this node in all phases (for U-Boot see enum u_boot_phase).
516 enum u_boot_phase phase = spl_phase(); in get_bootstage_id()
Completed in 7 milliseconds