Lines Matching defs:slot
312 static int parse_slot_config(int slot,
333 printk(KERN_INFO "EISA slot %d: %s %s ",
334 slot, board, es->flags&HPEE_FLAG_BOARD_IS_ISA ? "ISA" : "EISA");
425 static int init_slot(int slot, struct eeprom_eisa_slot_info *es)
432 /* try to read the id of the board in the slot */
433 id = le32_to_cpu(inl(SLOT2PORT(slot)+EPI));
443 printk(KERN_ERR "EISA slot %d a configured board was not detected (",
444 slot);
454 printk(KERN_ERR "EISA slot %d id mis-match: got %s",
455 slot, id_string);
472 outb(0x01| inb(SLOT2PORT(slot)+EPI+4),
473 SLOT2PORT(slot)+EPI+4);