Lines Matching refs:j
331 int f, i, j, err; in dscr_parse_mac_fuse() local
340 for (j = (f * 5) + 1, i = 24; i >= 0; i -= 8, j++) in dscr_parse_mac_fuse()
341 if (vals[j] && vals[j] <= 6) in dscr_parse_mac_fuse()
342 c6x_fuse_mac[vals[j] - 1] = fuse >> i; in dscr_parse_mac_fuse()
474 int i, j, size; in dscr_parse_devstate_ctl_regs() local
496 for (j = r->start_id; in dscr_parse_devstate_ctl_regs()
497 j < (r->start_id + r->num_ids); in dscr_parse_devstate_ctl_regs()
498 j++) in dscr_parse_devstate_ctl_regs()
499 dscr.devstate_info[j].ctl = r; in dscr_parse_devstate_ctl_regs()
530 int i, j, size; in dscr_parse_devstate_stat_regs() local
550 for (j = r->start_id; in dscr_parse_devstate_stat_regs()
551 j < (r->start_id + r->num_ids); in dscr_parse_devstate_stat_regs()
552 j++) in dscr_parse_devstate_stat_regs()
553 dscr.devstate_info[j].stat = r; in dscr_parse_devstate_stat_regs()