Searched refs:image_ph_type (Results 1 – 1 of 1) sorted by relevance
297 static inline int image_ph_phase(int image_ph_type) in image_ph_phase() argument299 return (image_ph_type & IMAGE_PHASE_MASK) >> IMAGE_PHASE_SHIFT; in image_ph_phase()308 static inline int image_ph_type(int image_ph_type) in image_ph_type() function310 return image_ph_type & IMAGE_TYPE_MASK; in image_ph_type()755 int arch, int image_ph_type, int bootstage_id,
Completed in 10 milliseconds