Home
last modified time | relevance | path

Searched refs:SIGP (Results 1 – 7 of 7) sorted by relevance

/linux-6.6.21/drivers/scsi/sym53c8xx_2/
Dsym_defs.h167 #define SIGP 0x20 /* r/w: message from host to script */ macro
Dsym_hipd.c1520 OUTB(np, nc_istat, SIGP|np->istat_sem);
1765 OUTB(np, nc_istat , SIGP ); /* Signal Process */
2821 OUTB(np, nc_istat, (istat & SIGP) | INTF | np->istat_sem);
3372 OUTB(np, nc_istat, SIGP);
5282 OUTB(np, nc_istat, SIGP|SEM);
5316 OUTB(np, nc_istat, SIGP|SEM);
Dsym_glue.c950 OUTB(np, nc_istat, SIGP|SEM); in sym_exec_user_command()
958 OUTB(np, nc_istat, SIGP|SEM); in sym_exec_user_command()
/linux-6.6.21/drivers/scsi/
Dncr53c8xx.h688 #define SIGP 0x20 /* r/w: message from host to ncr */ macro
Dncr53c8xx.c4435 OUTB (nc_istat, SIGP); in ncr_put_start_queue()
5134 OUTB (nc_istat , SIGP ); /* Signal Process */ in ncr_init()
5743 OUTB (nc_istat, (istat & SIGP) | INTF); in ncr_exception()
/linux-6.6.21/Documentation/scsi/
DChangeLog.sym53c8xx498 If the driver haven't to also raise the SIGP this would be perfect.
/linux-6.6.21/Documentation/virt/kvm/
Dapi.rst7067 This capability controls which SIGP orders will be handled completely in user
7081 old way of handling SIGP orders is used (partially in kernel and user space).