EF4_WIDTH
#define EF4_HIGH_BIT(field) (EF4_LOW_BIT(field) + EF4_WIDTH(field) - 1)
(((type) >> EF4_LOW_BIT(field)) & EF4_MASK32(EF4_WIDTH(field)))