Searched refs:current_chip (Results 1 – 1 of 1) sorted by relevance
320 int current_chip = ddi_get_instance(dev); in zsattach() local330 zs = &zscom[current_chip*2]; in zsattach()364 zscurr = &zscom[(current_chip*2) + 1]; in zsattach()365 zslast = &zscom[current_chip*2]; in zsattach()370 if (2 * current_chip >= maxzs) { in zsattach()373 current_chip); in zsattach()377 zs = &zscom[current_chip*2]; in zsattach()384 current_chip); in zsattach()474 zs->zs_unit = current_chip * 2 + i; in zsattach()698 (void) sprintf(name, "zsc%d", current_chip); in zsattach()[all …]