Searched refs:SEM (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/scsi/sym53c8xx_2/ |
D | sym_glue.c | 1002 np->istat_sem = SEM; in sym_exec_user_command() 1003 OUTB(np, nc_istat, SIGP|SEM); in sym_exec_user_command() 1010 np->istat_sem = SEM; in sym_exec_user_command() 1011 OUTB(np, nc_istat, SIGP|SEM); in sym_exec_user_command()
|
D | sym_fw1.h | 236 SCR_INT ^ IFTRUE (MASK (SEM, SEM)),
|
D | sym_fw2.h | 228 SCR_INT ^ IFTRUE (MASK (SEM, SEM)),
|
D | sym_defs.h | 168 #define SEM 0x10 /* r/w: message between host + script */ macro
|
D | sym_hipd.c | 5281 np->istat_sem = SEM; 5282 OUTB(np, nc_istat, SIGP|SEM); 5315 np->istat_sem = SEM; 5316 OUTB(np, nc_istat, SIGP|SEM);
|
/linux-6.12.1/drivers/scsi/ |
D | ncr53c8xx.h | 689 #define SEM 0x10 /* r/w: message between host + ncr */ macro
|