Searched refs:jsint (Results 1 – 2 of 2) sorted by relevance
530 while (!((host->jsint = inb(host->addr + TUL_SInt)) & TSS_SCSIRST_INT)) in initio_reset_scsi()1149 host->jsint = inb(host->addr + TUL_SInt); in tulip_scsi()1150 if (host->jsint & TSS_SCSIRST_INT) { /* SCSI bus reset detected */ in tulip_scsi()1154 if (host->jsint & TSS_RESEL_INT) { /* if selected/reselected interrupt */ in tulip_scsi()1159 if (host->jsint & TSS_SEL_TIMEOUT) { in tulip_scsi()1163 if (host->jsint & TSS_DISC_INT) { /* BUS disconnection */ in tulip_scsi()1167 if (host->jsint & (TSS_FUNC_COMP | TSS_BUS_SERV)) { /* func complete or Bus service */ in tulip_scsi()2412 host->jsint = inb(host->addr + TUL_SInt); in wait_tulip()2416 if (host->jsint & TSS_RESEL_INT) /* if SCSI bus reset detected */ in wait_tulip()2418 if (host->jsint & TSS_SEL_TIMEOUT) /* if selected/reselected timeout interrupt */ in wait_tulip()[all …]
489 u8 jsint; /* 11 */ member