Searched refs:SCSI_Cntl (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/scsi/ |
D | fdomain.c | 375 SCSI_Cntl = 1, enumerator 586 outb(0, port_base + SCSI_Cntl); in fdomain_make_bus_idle() 1044 outb(0x00, port_base + SCSI_Cntl); /* Disable data drivers */ 1077 outb(0x82, port_base + SCSI_Cntl); /* Bus Enable + Select */ in fdomain_select() 1089 outb(0x80, port_base + SCSI_Cntl); in fdomain_select() 1185 outb(0x82, port_base + SCSI_Cntl); /* Bus Enable + Select */ in do_fdomain_16x0_intr() 1216 outb(0x80, port_base + SCSI_Cntl); in do_fdomain_16x0_intr() 1410 outb(0x00, port_base + SCSI_Cntl); in do_fdomain_16x0_intr() 1462 outb(0x00, port_base + SCSI_Cntl); /* Disable data drivers */ in fdomain_16x0_queue_lck() 1577 outb(1, port_base + SCSI_Cntl); in fdomain_16x0_bus_reset() [all …]
|