/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/ |
H A D | sym_fw2.h | 217 * (Indicate this by setting SEM in ISTAT) 228 SCR_INT ^ IFTRUE (MASK (SEM, SEM)),
|
H A D | sym_fw1.h | 224 * (Indicate this by setting SEM in ISTAT) 236 SCR_INT ^ IFTRUE (MASK (SEM, SEM)),
|
H A D | sym_glue.c | 954 np->istat_sem = SEM; in sym_exec_user_command() 955 OUTB(np, nc_istat, SIGP|SEM); in sym_exec_user_command() 962 np->istat_sem = SEM; in sym_exec_user_command() 963 OUTB(np, nc_istat, SIGP|SEM); in sym_exec_user_command()
|
H A D | sym_defs.h | 168 #define SEM 0x10 /* r/w: message between host + script */ macro
|
H A D | sym_hipd.c | 3236 * As long as we have tasks to abort, we keep the SEM 3369 * Remove the SEM flag from the ISTAT. 5282 np->istat_sem = SEM; 5283 OUTB(np, nc_istat, SIGP|SEM); 5316 np->istat_sem = SEM; 5317 OUTB(np, nc_istat, SIGP|SEM);
|
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/ |
H A D | sym_fw2.h | 217 * (Indicate this by setting SEM in ISTAT) 228 SCR_INT ^ IFTRUE (MASK (SEM, SEM)),
|
H A D | sym_fw1.h | 224 * (Indicate this by setting SEM in ISTAT) 236 SCR_INT ^ IFTRUE (MASK (SEM, SEM)),
|
H A D | sym_glue.c | 949 np->istat_sem = SEM; in sym_exec_user_command() 950 OUTB(np, nc_istat, SIGP|SEM); in sym_exec_user_command() 957 np->istat_sem = SEM; in sym_exec_user_command() 958 OUTB(np, nc_istat, SIGP|SEM); in sym_exec_user_command()
|
H A D | sym_defs.h | 168 #define SEM 0x10 /* r/w: message between host + script */ macro
|
H A D | sym_hipd.c | 3236 * As long as we have tasks to abort, we keep the SEM 3369 * Remove the SEM flag from the ISTAT. 5281 np->istat_sem = SEM; 5282 OUTB(np, nc_istat, SIGP|SEM); 5315 np->istat_sem = SEM; 5316 OUTB(np, nc_istat, SIGP|SEM);
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | ncr53c8xx.h | 689 #define SEM 0x10 /* r/w: message between host + ncr */ macro
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | ncr53c8xx.h | 689 #define SEM 0x10 /* r/w: message between host + ncr */ macro
|
/kernel/linux/linux-5.10/drivers/staging/qlge/ |
H A D | qlge_dbg.c | 684 | (SEM / 4); in ql_get_sem_registers() 1468 DUMP_REG(qdev, SEM); in ql_dump_regs()
|
H A D | qlge_main.c | 135 ql_write32(qdev, SEM, sem_bits | sem_mask); in ql_sem_trylock() 136 return !(ql_read32(qdev, SEM) & sem_bits); in ql_sem_trylock() 153 ql_write32(qdev, SEM, sem_mask); in ql_sem_unlock() 154 ql_read32(qdev, SEM); /* flush */ in ql_sem_unlock()
|
H A D | qlge.h | 352 * Semaphore Register (SEM) bit definitions. 830 SEM = 0x64, enumerator
|
/kernel/linux/linux-6.6/drivers/staging/qlge/ |
H A D | qlge_main.c | 136 qlge_write32(qdev, SEM, sem_bits | sem_mask); in qlge_sem_trylock() 137 return !(qlge_read32(qdev, SEM) & sem_bits); in qlge_sem_trylock() 154 qlge_write32(qdev, SEM, sem_mask); in qlge_sem_unlock() 155 qlge_read32(qdev, SEM); /* flush */ in qlge_sem_unlock()
|
H A D | qlge_dbg.c | 681 | (SEM / 4); in qlge_get_sem_registers()
|
H A D | qlge.h | 352 * Semaphore Register (SEM) bit definitions. 830 SEM = 0x64, enumerator
|