Lines Matching defs:last_slot
52 static u8 last_slot;
95 dbg("last_slot = 0x%02x", last_slot);
96 if (!(first_slot && last_slot)) {
97 err("Need to specify first_slot and last_slot");
100 if (last_slot < first_slot) {
101 err("first_slot must be less than last_slot");
159 status = cpci_hp_register_bus(bus, first_slot, last_slot);
202 module_param(last_slot, byte, 0);
203 MODULE_PARM_DESC(last_slot, "Hotswap bus last slot number");