Searched refs:jsint (Results 1 – 2 of 2) sorted by relevance
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()[all …]
489 u8 jsint; /* 11 */ member