Lines Matching defs:nbits
71 u8 nbits; /* number of bits per device */
89 u8 nbits; /* number of bits per device */
209 ctl_shift = ctl->shift + ctl->nbits * (id - ctl->start_id);
210 ctl_mask = ((1 << ctl->nbits) - 1) << ctl_shift;
238 ctl_shift = stat->shift + stat->nbits * (id - stat->start_id);
248 val &= ((1 << stat->nbits) - 1);
456 * start_id num_ids reg enable disable start_bit nbits
464 * nbits is the number of bits per device control
491 r->nbits = be32_to_cpup(p++);
512 * start_id num_ids reg enable disable start_bit nbits
520 * nbits is the number of bits per device status
545 r->nbits = be32_to_cpup(p++);