Home
last modified time | relevance | path

Searched refs:SEM (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/
H A Dsym_fw2.h217 * (Indicate this by setting SEM in ISTAT)
228 SCR_INT ^ IFTRUE (MASK (SEM, SEM)),
H A Dsym_fw1.h224 * (Indicate this by setting SEM in ISTAT)
236 SCR_INT ^ IFTRUE (MASK (SEM, SEM)),
H A Dsym_glue.c954 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 Dsym_defs.h168 #define SEM 0x10 /* r/w: message between host + script */ macro
H A Dsym_hipd.c3236 * 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 Dsym_fw2.h217 * (Indicate this by setting SEM in ISTAT)
228 SCR_INT ^ IFTRUE (MASK (SEM, SEM)),
H A Dsym_fw1.h224 * (Indicate this by setting SEM in ISTAT)
236 SCR_INT ^ IFTRUE (MASK (SEM, SEM)),
H A Dsym_glue.c949 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 Dsym_defs.h168 #define SEM 0x10 /* r/w: message between host + script */ macro
H A Dsym_hipd.c3236 * 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 Dncr53c8xx.h689 #define SEM 0x10 /* r/w: message between host + ncr */ macro
/kernel/linux/linux-6.6/drivers/scsi/
H A Dncr53c8xx.h689 #define SEM 0x10 /* r/w: message between host + ncr */ macro
/kernel/linux/linux-5.10/drivers/staging/qlge/
H A Dqlge_dbg.c684 | (SEM / 4); in ql_get_sem_registers()
1468 DUMP_REG(qdev, SEM); in ql_dump_regs()
H A Dqlge_main.c135 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 Dqlge.h352 * Semaphore Register (SEM) bit definitions.
830 SEM = 0x64, enumerator
/kernel/linux/linux-6.6/drivers/staging/qlge/
H A Dqlge_main.c136 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 Dqlge_dbg.c681 | (SEM / 4); in qlge_get_sem_registers()
H A Dqlge.h352 * Semaphore Register (SEM) bit definitions.
830 SEM = 0x64, enumerator

Completed in 56 milliseconds