Searched refs:nc_istat (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/scsi/sym53c8xx_2/ |
A D | sym_hipd.c | 122 OUTB(np, nc_istat, SRST); in sym_chip_reset() 125 OUTB(np, nc_istat, 0); in sym_chip_reset() 147 OUTB(np, nc_istat, CABRT); in sym_soft_reset() 149 istat = INB(np, nc_istat); in sym_soft_reset() 159 OUTB(np, nc_istat, 0); in sym_soft_reset() 2819 istat = INB(np, nc_istat); 2832 OUTB(np, nc_istat, CABRT); 2853 istatc = INB(np, nc_istat); 3372 OUTB(np, nc_istat, SIGP); 5282 OUTB(np, nc_istat, SIGP|SEM); [all …]
|
A D | sym_glue.c | 950 OUTB(np, nc_istat, SIGP|SEM); in sym_exec_user_command() 958 OUTB(np, nc_istat, SIGP|SEM); in sym_exec_user_command() 1614 OUTB(np, nc_istat, SRST); in sym_detach() 1617 OUTB(np, nc_istat, 0); in sym_detach()
|
A D | sym_defs.h | 164 /*14*/ u8 nc_istat; /* --> Main Command and status */ member
|
/linux-6.3-rc2/drivers/scsi/ |
A D | ncr53c8xx.c | 4435 OUTB (nc_istat, SIGP); in ncr_put_start_queue() 5035 OUTB (nc_istat, SRST); in ncr_chip_reset() 5037 OUTB (nc_istat, 0 ); in ncr_chip_reset() 5064 OUTB (nc_istat, SRST); in ncr_init() 5134 OUTB (nc_istat , SIGP ); /* Signal Process */ in ncr_init() 5606 if (INB(nc_istat) & (INTF|SIP|DIP)) { in ncr_timeout() 5741 istat = INB (nc_istat); in ncr_exception() 5743 OUTB (nc_istat, (istat & SIGP) | INTF); in ncr_exception() 5744 istat = INB (nc_istat); in ncr_exception() 5753 OUTB (nc_istat, CABRT); in ncr_exception() [all …]
|
A D | ncr53c8xx.h | 685 /*14*/ u8 nc_istat; /* --> Main Command and status */ member
|
Completed in 29 milliseconds