Lines Matching defs:max
86 u32 max;
94 .max = 3,
100 .max = 3,
106 .max = 15,
112 .max = 3,
118 .max = 15,
124 .max = 1,
129 .max = 1,
134 .max = 1,
139 .max = 1,
144 .max = 1,
149 .max = 1,
219 if (ip->max == 1) {
230 if (val > ip->max) {
233 cs_index, ip->prop, val, ip->max);
234 val = ip->max;
236 /* This assumes max value fills all the assigned bits (and it does) */