Lines Matching refs:jsint

561 	while (!((host->jsint = inb(host->addr + TUL_SInt)) & TSS_SCSIRST_INT))  in initio_reset_scsi()
1182 host->jsint = inb(host->addr + TUL_SInt); in tulip_scsi()
1183 if (host->jsint & TSS_SCSIRST_INT) { /* SCSI bus reset detected */ in tulip_scsi()
1187 if (host->jsint & TSS_RESEL_INT) { /* if selected/reselected interrupt */ in tulip_scsi()
1192 if (host->jsint & TSS_SEL_TIMEOUT) { in tulip_scsi()
1196 if (host->jsint & TSS_DISC_INT) { /* BUS disconnection */ in tulip_scsi()
1200 if (host->jsint & (TSS_FUNC_COMP | TSS_BUS_SERV)) { /* func complete or Bus service */ in tulip_scsi()
2443 host->jsint = inb(host->addr + TUL_SInt); in wait_tulip()
2447 if (host->jsint & TSS_RESEL_INT) /* if SCSI bus reset detected */ in wait_tulip()
2449 if (host->jsint & TSS_SEL_TIMEOUT) /* if selected/reselected timeout interrupt */ in wait_tulip()
2451 if (host->jsint & TSS_SCSIRST_INT) /* if SCSI bus reset detected */ in wait_tulip()
2454 if (host->jsint & TSS_DISC_INT) { /* BUS disconnection */ in wait_tulip()
2479 if (host->jsint & (TSS_FUNC_COMP | TSS_BUS_SERV)) in wait_tulip()
2489 host->jsint = inb(host->addr + TUL_SInt); in initio_wait_disc()
2491 if (host->jsint & TSS_SCSIRST_INT) /* if SCSI bus reset detected */ in initio_wait_disc()
2493 if (host->jsint & TSS_DISC_INT) { /* BUS disconnection */ in initio_wait_disc()
2509 host->jsint = inb(host->addr + TUL_SInt); in initio_wait_done_disc()
2511 if (host->jsint & TSS_SCSIRST_INT) /* if SCSI bus reset detected */ in initio_wait_done_disc()
2513 if (host->jsint & TSS_DISC_INT) { /* BUS disconnection */ in initio_wait_done_disc()