Home
last modified time | relevance | path

Searched refs:IMAGE_PHASE_SHIFT (Results 1 – 1 of 1) sorted by relevance

/u-boot/include/
A Dimage.h272 #define IMAGE_PHASE_SHIFT 8 macro
273 #define IMAGE_PHASE_MASK (0xff << IMAGE_PHASE_SHIFT)
285 return type | (phase << IMAGE_PHASE_SHIFT); in image_ph()
296 return (image_ph_type & IMAGE_PHASE_MASK) >> IMAGE_PHASE_SHIFT; in image_ph_phase()

Completed in 7 milliseconds