Home
last modified time | relevance | path

Searched refs:nc_istat (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/drivers/scsi/sym53c8xx_2/
Dsym_hipd.c207 OUTB (nc_istat, SRST); in sym_chip_reset()
209 OUTB (nc_istat, 0); in sym_chip_reset()
230 OUTB (nc_istat, CABRT); in sym_soft_reset()
232 istat = INB (nc_istat); in sym_soft_reset()
242 OUTB (nc_istat, 0); in sym_soft_reset()
1152 if (INB(nc_istat) & (INTF|SIP|DIP))
1604 OUTB (nc_istat, SIGP|np->istat_sem);
1781 OUTB (nc_istat, 0x00 ); /* Remove Reset, abort */
1792 OUTB (nc_istat , SIGP ); /* Signal Process */
2792 istat = INB (nc_istat);
[all …]
Dsym_glue.c921 if (INB(nc_istat) & (INTF|SIP|DIP)) { in sym_timer()
1508 OUTB (nc_istat, SIGP|SEM); in sym_exec_user_command()
1516 OUTB (nc_istat, SIGP|SEM); in sym_exec_user_command()
2991 OUTB (nc_istat, SRST); in sym_detach()
2993 OUTB (nc_istat, 0); in sym_detach()
Dsym_defs.h341 /*14*/ u8 nc_istat; /* --> Main Command and status */ member
/linux-2.4.37.9/drivers/scsi/
Dncr53c8xx.c3771 OUTB (nc_istat, SRST);
3773 OUTB (nc_istat, 0 );
4667 OUTB (nc_istat, SIGP);
4702 OUTB (nc_istat, SRST);
4704 OUTB (nc_istat, 0);
4896 OUTB (nc_istat, SIGP);
4966 OUTB (nc_istat, SRST);
4968 OUTB (nc_istat, 0 );
5449 OUTB (nc_istat, SRST);
5503 OUTB (nc_istat, 0x00 ); /* Remove Reset, abort */
[all …]
Dsym53c8xx.c6969 OUTB (nc_istat, SIGP|np->istat_sem);
6988 OUTB (nc_istat, SRST);
6990 OUTB (nc_istat, 0);
7001 OUTB (nc_istat, CABRT);
7003 istat = INB (nc_istat);
7013 OUTB (nc_istat, 0);
7219 OUTB (nc_istat, SIGP|SEM);
7705 OUTB (nc_istat, 0x00 ); /* Remove Reset, abort */
7716 OUTB (nc_istat , SIGP ); /* Signal Process */
8568 OUTB (nc_istat, SIGP|SEM);
[all …]
Dsym53c8xx_defs.h1167 /*14*/ u_char nc_istat; /* --> Main Command and status */ member