Searched refs:nc_istat (Results 1 – 5 of 5) sorted by relevance
/drivers/scsi/sym53c8xx_2/ |
D | sym_hipd.c | 135 OUTB(np, nc_istat, SRST); in sym_chip_reset() 138 OUTB(np, nc_istat, 0); in sym_chip_reset() 160 OUTB(np, nc_istat, CABRT); in sym_soft_reset() 162 istat = INB(np, nc_istat); in sym_soft_reset() 172 OUTB(np, nc_istat, 0); in sym_soft_reset() 1038 if (INB(np, nc_istat) & (INTF|SIP|DIP)) 1533 OUTB(np, nc_istat, SIGP|np->istat_sem); 1766 OUTB(np, nc_istat, 0x00); /* Remove Reset, abort */ 1778 OUTB(np, nc_istat , SIGP ); /* Signal Process */ 2832 istat = INB(np, nc_istat); [all …]
|
D | sym_glue.c | 974 OUTB(np, nc_istat, SIGP|SEM); in sym_exec_user_command() 982 OUTB(np, nc_istat, SIGP|SEM); in sym_exec_user_command() 1717 OUTB(np, nc_istat, SRST); in sym_detach() 1720 OUTB(np, nc_istat, 0); in sym_detach()
|
D | sym_defs.h | 177 /*14*/ u8 nc_istat; /* --> Main Command and status */ member
|
/drivers/scsi/ |
D | ncr53c8xx.c | 4476 OUTB (nc_istat, SIGP); in ncr_put_start_queue() 4698 OUTB (nc_istat, SIGP); 5185 OUTB (nc_istat, SRST); in ncr_chip_reset() 5187 OUTB (nc_istat, 0 ); in ncr_chip_reset() 5214 OUTB (nc_istat, SRST); in ncr_init() 5284 OUTB (nc_istat , SIGP ); /* Signal Process */ in ncr_init() 5781 if (INB(nc_istat) & (INTF|SIP|DIP)) { in ncr_timeout() 5916 istat = INB (nc_istat); in ncr_exception() 5918 OUTB (nc_istat, (istat & SIGP) | INTF); in ncr_exception() 5919 istat = INB (nc_istat); in ncr_exception() [all …]
|
D | ncr53c8xx.h | 701 /*14*/ u8 nc_istat; /* --> Main Command and status */ member
|