Searched refs:image_ph_type (Results 1 - 3 of 3) sorted by relevance

/u-boot/test/boot/
H A Dimage.c32 ut_asserteq(IH_TYPE_FIRMWARE, image_ph_type(val));
/u-boot/include/
H A Dimage.h292 * @image_ph_type: Composite value to convert
295 static inline int image_ph_phase(int image_ph_type) argument
297 return (image_ph_type & IMAGE_PHASE_MASK) >> IMAGE_PHASE_SHIFT;
301 * image_ph_type() - obtain the type from a composite phase/type value
303 * @image_ph_type: Composite value to convert
306 static inline int image_ph_type(int image_ph_type) argument
308 return image_ph_type & IMAGE_TYPE_MASK;
743 * @param image_ph_type Required image type (IH_TYPE_...). If this is
763 int arch, int image_ph_type, in
[all...]
/u-boot/boot/
H A Dimage-fit.c2059 int image_type = image_ph_type(ph_type);

Completed in 107 milliseconds