Searched refs:SIGP (Results 1 – 5 of 5) sorted by relevance
/drivers/scsi/sym53c8xx_2/ |
D | sym_defs.h | 180 #define SIGP 0x20 /* r/w: message from host to script */ macro
|
D | sym_hipd.c | 1533 OUTB(np, nc_istat, SIGP|np->istat_sem); 1778 OUTB(np, nc_istat , SIGP ); /* Signal Process */ 2834 OUTB(np, nc_istat, (istat & SIGP) | INTF | np->istat_sem); 3380 OUTB(np, nc_istat, SIGP); 5288 OUTB(np, nc_istat, SIGP|SEM); 5322 OUTB(np, nc_istat, SIGP|SEM);
|
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()
|
/drivers/scsi/ |
D | ncr53c8xx.h | 704 #define SIGP 0x20 /* r/w: message from host to ncr */ macro
|
D | ncr53c8xx.c | 4476 OUTB (nc_istat, SIGP); in ncr_put_start_queue() 4698 OUTB (nc_istat, SIGP); 5284 OUTB (nc_istat , SIGP ); /* Signal Process */ in ncr_init() 5918 OUTB (nc_istat, (istat & SIGP) | INTF); in ncr_exception()
|