Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dzynqmpimage.h89 #define PART_ATTR_TARGET_EL_MASK 0x000006 macro
H A Dzynqmpimage.c202 if (attr & PART_ATTR_TARGET_EL_MASK) in print_partition()
203 printf("EL%d ", (attr & PART_ATTR_TARGET_EL_MASK) >> 1); in print_partition()