Lines Matching refs:z
176 struct zorro_dev *z = NULL; in gvp11_detect() local
193 while ((z = zorro_find_device(ZORRO_WILDCARD, z))) { in gvp11_detect()
200 if (z->id == ZORRO_PROD_GVP_COMBO_030_R3_SCSI || in gvp11_detect()
201 z->id == ZORRO_PROD_GVP_SERIES_II) in gvp11_detect()
203 else if (z->id == ZORRO_PROD_GVP_GFORCE_030_SCSI || in gvp11_detect()
204 z->id == ZORRO_PROD_GVP_A530_SCSI || in gvp11_detect()
205 z->id == ZORRO_PROD_GVP_COMBO_030_R4_SCSI) in gvp11_detect()
207 else if (z->id == ZORRO_PROD_GVP_A1291 || in gvp11_detect()
208 z->id == ZORRO_PROD_GVP_GFORCE_040_SCSI_1) in gvp11_detect()
218 if (z->resource.end-z->resource.start != 0xffff) in gvp11_detect()
221 address = z->resource.start; in gvp11_detect()
302 instance->unique_id = z->slotaddr; in gvp11_detect()