Searched refs:jsint (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dinitio.c561 while (!((host->jsint = inb(host->addr + TUL_SInt)) & TSS_SCSIRST_INT))
1179 host->jsint = inb(host->addr + TUL_SInt);
1180 if (host->jsint & TSS_SCSIRST_INT) { /* SCSI bus reset detected */
1184 if (host->jsint & TSS_RESEL_INT) { /* if selected/reselected interrupt */
1189 if (host->jsint & TSS_SEL_TIMEOUT) {
1193 if (host->jsint & TSS_DISC_INT) { /* BUS disconnection */
1197 if (host->jsint & (TSS_FUNC_COMP | TSS_BUS_SERV)) { /* func complete or Bus service */
2439 host->jsint = inb(host->addr + TUL_SInt);
2443 if (host->jsint & TSS_RESEL_INT) /* if SCSI bus reset detected */
2445 if (host->jsint
[all...]
H A Dinitio.h514 u8 jsint; /* 11 */ member in struct:initio_host

Completed in 50 milliseconds