Lines Matching refs:jsint

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()
2420 if (host->jsint & TSS_SCSIRST_INT) /* if SCSI bus reset detected */ in wait_tulip()
2423 if (host->jsint & TSS_DISC_INT) { /* BUS disconnection */ in wait_tulip()
2448 if (host->jsint & (TSS_FUNC_COMP | TSS_BUS_SERV)) in wait_tulip()
2458 host->jsint = inb(host->addr + TUL_SInt); in initio_wait_disc()
2460 if (host->jsint & TSS_SCSIRST_INT) /* if SCSI bus reset detected */ in initio_wait_disc()
2462 if (host->jsint & TSS_DISC_INT) { /* BUS disconnection */ in initio_wait_disc()
2478 host->jsint = inb(host->addr + TUL_SInt); in initio_wait_done_disc()
2480 if (host->jsint & TSS_SCSIRST_INT) /* if SCSI bus reset detected */ in initio_wait_done_disc()
2482 if (host->jsint & TSS_DISC_INT) { /* BUS disconnection */ in initio_wait_done_disc()