Lines Matching refs:slot
130 int slot = -1, siop = -1; in param_setup() local
136 slot = val; in param_setup()
140 if(slot == -1) { in param_setup()
142 } else if(slot > MCA_MAX_SLOT_NR) { in param_setup()
143 printk(KERN_WARNING "NCR D700: Illegal slot %d for id %d\n", slot, val); in param_setup()
146 id_array[slot*2] = val; in param_setup()
147 id_array[slot*2 + 1] =val; in param_setup()
149 id_array[slot*2 + siop] = val; in param_setup()
178 int slot, u32 region, int differential) in NCR_D700_probe_one() argument
213 host->this_id = id_array[slot * 2 + siop]; in NCR_D700_probe_one()
253 int slot = mca_dev->slot; in NCR_D700_probe() local
290 …printk(KERN_NOTICE "NCR D700: found in slot %d irq = %d I/O base = 0x%x\n", slot, irq, offset_ad… in NCR_D700_probe()
332 if ((err = NCR_D700_probe_one(p, i, irq, slot, in NCR_D700_probe()