Home
last modified time | relevance | path

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

/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_defs.h167 #define SIGP 0x20 /* r/w: message from host to script */ macro
H A 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);
/linux/drivers/scsi/
H A Dncr53c8xx.h688 #define SIGP 0x20 /* r/w: message from host to ncr */ macro
/linux/Documentation/virt/kvm/
H A Dapi.rst7846 This capability controls which SIGP orders will be handled completely in user
7860 old way of handling SIGP orders is used (partially in kernel and user space).