Lines Matching +defs:end +defs:values
111 unsigned long values;
131 /* Only duplicate the bit and compat values */
134 #define ENABLE_BITOPS(e) (&(e)->values)
136 #define ENABLE_BIT(e) ((int)((e)->values & ENABLE_VAL_BIT_MASK))
195 * We only support 32 and 64 bit values. The only time we need
674 enabler->values = orig->values & ENABLE_VAL_DUP_MASK;
930 enabler->values = reg->enable_bit;
1198 * Parses the values of a field within the description
1590 void *pos, *end = data + len;
1608 if (unlikely(pos > end))
2611 /* Ensure no reserved values, since we don't support any yet */
2628 enabler.values = bit | flags;
2687 flags |= enabler->values & ENABLE_VAL_COMPAT_MASK;
2767 * The lifetime of refs has reached an end, it's tied to this file.