Home
last modified time | relevance | path

Searched refs:siop (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/scsi/
DNCR_D700.c130 int slot = -1, siop = -1; in param_setup() local
138 siop = val; in param_setup()
145 if(siop != 0 && siop != 1) { in param_setup()
149 id_array[slot*2 + siop] = val; in param_setup()
177 NCR_D700_probe_one(struct NCR_D700_private *p, int siop, int irq, in NCR_D700_probe_one() argument
187 "data, detatching\n", siop); in NCR_D700_probe_one()
200 hostdata->differential = (((1<<siop) & differential) != 0); in NCR_D700_probe_one()
211 p->hosts[siop] = host; in NCR_D700_probe_one()
213 host->this_id = id_array[slot * 2 + siop]; in NCR_D700_probe_one()
DNCR_Q720.c62 __u8 siop; in NCR_Q720_intr() local
70 while((siop = ffz(sir)) < p->siops) { in NCR_Q720_intr()
71 sir |= 1<<siop; in NCR_Q720_intr()
72 ncr53c8xx_intr(irq, p->hosts[siop]); in NCR_Q720_intr()
78 NCR_Q720_probe_one(struct NCR_Q720_private *p, int siop, in NCR_Q720_probe_one() argument
109 printk("Q720 probe unit %d (siop%d) at 0x%lx, diff = %d, vers = %d\n", unit, siop, in NCR_Q720_probe_one()
112 p->hosts[siop] = ncr_attach(&NCR_Q720_tpnt, unit++, &device); in NCR_Q720_probe_one()
114 if (!p->hosts[siop]) in NCR_Q720_probe_one()
117 p->irq_enable |= (1<<siop); in NCR_Q720_probe_one()
123 error = scsi_add_host(p->hosts[siop], p->dev); in NCR_Q720_probe_one()
[all …]