Lines Matching defs:indx
729 static struct Scsi_Host *aha1542_hw_init(struct scsi_host_template *tpnt, struct device *pdev, int indx)
731 unsigned int base_io = io[indx];
756 aha1542_set_bus_times(sh, bus_on[indx], bus_off[indx], dma_speed[indx]);
1054 int indx;
1057 for (indx = 0; indx < ARRAY_SIZE(io); indx++) {
1058 if (io[indx])
1064 io[indx] = pnp_port_start(pdev, 0);
1069 dev_info(&pdev->dev, "ISAPnP found an AHA1535 at I/O 0x%03X", io[indx]);
1072 sh = aha1542_hw_init(&driver_template, &pdev->dev, indx);