Lines Matching defs:chip_index
1139 int company, verstep, chip_index;
1144 for (chip_index = FIRST_CHIP; chip_index <= LAST_CHIP; chip_index++) {
1146 if (!valid_address_for_chip(chip_index, client->addr))
1150 asc7621_chips[chip_index].company_reg);
1152 asc7621_chips[chip_index].verstep_reg);
1154 if (company == asc7621_chips[chip_index].company_id &&
1155 verstep == asc7621_chips[chip_index].verstep_id) {
1156 strlcpy(info->type, asc7621_chips[chip_index].name,
1160 asc7621_chips[chip_index].name, client->addr);