Lines Matching refs:jsint

531 	while (!((host->jsint = inb(host->addr + TUL_SInt)) & TSS_SCSIRST_INT))  in initio_reset_scsi()
1150 host->jsint = inb(host->addr + TUL_SInt); in tulip_scsi()
1151 if (host->jsint & TSS_SCSIRST_INT) { /* SCSI bus reset detected */ in tulip_scsi()
1155 if (host->jsint & TSS_RESEL_INT) { /* if selected/reselected interrupt */ in tulip_scsi()
1160 if (host->jsint & TSS_SEL_TIMEOUT) { in tulip_scsi()
1164 if (host->jsint & TSS_DISC_INT) { /* BUS disconnection */ in tulip_scsi()
1168 if (host->jsint & (TSS_FUNC_COMP | TSS_BUS_SERV)) { /* func complete or Bus service */ in tulip_scsi()
2413 host->jsint = inb(host->addr + TUL_SInt); in wait_tulip()
2417 if (host->jsint & TSS_RESEL_INT) /* if SCSI bus reset detected */ in wait_tulip()
2419 if (host->jsint & TSS_SEL_TIMEOUT) /* if selected/reselected timeout interrupt */ in wait_tulip()
2421 if (host->jsint & TSS_SCSIRST_INT) /* if SCSI bus reset detected */ in wait_tulip()
2424 if (host->jsint & TSS_DISC_INT) { /* BUS disconnection */ in wait_tulip()
2449 if (host->jsint & (TSS_FUNC_COMP | TSS_BUS_SERV)) in wait_tulip()
2459 host->jsint = inb(host->addr + TUL_SInt); in initio_wait_disc()
2461 if (host->jsint & TSS_SCSIRST_INT) /* if SCSI bus reset detected */ in initio_wait_disc()
2463 if (host->jsint & TSS_DISC_INT) { /* BUS disconnection */ in initio_wait_disc()
2479 host->jsint = inb(host->addr + TUL_SInt); in initio_wait_done_disc()
2481 if (host->jsint & TSS_SCSIRST_INT) /* if SCSI bus reset detected */ in initio_wait_done_disc()
2483 if (host->jsint & TSS_DISC_INT) { /* BUS disconnection */ in initio_wait_done_disc()