Home
last modified time | relevance | path

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

/drivers/scsi/
Dtmscsim.h424 #define DIS_INT_ON_SCSI_RST BIT6 macro
Dtmscsim.c2043 bval = DC390_read8(CtrlReg1) | DIS_INT_ON_SCSI_RST; in DC390_bus_reset()
2062 bval = DC390_read8(CtrlReg1) & ~DIS_INT_ON_SCSI_RST; in DC390_bus_reset()
2381 DC390_write8(CtrlReg1, DIS_INT_ON_SCSI_RST | shost->this_id); in dc390_init_hw()
2545 bval = DC390_read8(CtrlReg1) | DIS_INT_ON_SCSI_RST; in dc390_remove_one()