Lines Matching refs:start_id
65 u8 start_id; /* start id of this range */
84 u8 start_id; /* start id of this range */
209 ctl_shift = ctl->shift + ctl->nbits * (id - ctl->start_id);
238 ctl_shift = stat->shift + stat->nbits * (id - stat->start_id);
456 * start_id num_ids reg enable disable start_bit nbits
458 * start_id is device id for the first device control in the range
483 r->start_id = be32_to_cpup(p++);
493 for (j = r->start_id;
494 j < (r->start_id + r->num_ids);
512 * start_id num_ids reg enable disable start_bit nbits
514 * start_id is device id for the first device status in the range
539 r->start_id = be32_to_cpup(p++);
547 for (j = r->start_id;
548 j < (r->start_id + r->num_ids);