Searched defs:num_ids (Results 1 - 1 of 1) sorted by relevance

/arch/c6x/platforms/
H A Ddscr.c69 u8 num_ids; /* number of devices in this range */ member in struct:devstate_ctl_reg
88 u8 num_ids; /* number of devices in this range */ member in struct:devstate_stat_reg
459 * start_id num_ids reg enable disable start_bit nbits
462 * num_ids is the number of device controls in the range
487 r->num_ids = be32_to_cpup(p++);
497 j < (r->start_id + r->num_ids);
515 * start_id num_ids reg enable disable start_bit nbits
518 * num_ids is the number of devices covered by the range
543 r->num_ids = be32_to_cpup(p++);
551 j < (r->start_id + r->num_ids);
[all...]

Completed in 470 milliseconds