Home
last modified time | relevance | path

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

/include/
A Dimage.h275 #define IMAGE_PHASE_SHIFT 8 macro
276 #define IMAGE_PHASE_MASK (0xff << IMAGE_PHASE_SHIFT)
288 return type | (phase << IMAGE_PHASE_SHIFT); in image_ph()
299 return (image_ph_type & IMAGE_PHASE_MASK) >> IMAGE_PHASE_SHIFT; in image_ph_phase()

Completed in 7 milliseconds