FIELD_PREP
#define FIELD_PREP(_mask, _value) \
#define FIELD_PREP(mask, val) (((u64)(val) << mask##_S) & (mask))
#define FIELD_PREP(_mask, _val) \