Searched refs:STO (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/ |
H A D | sym_defs.h | 245 #define STO 0x0400/* sta: timeout (select) */ macro
|
H A D | sym_hipd.c | 1780 OUTB(np, nc_stime0, 0x0c); /* HTH disabled STO 0.25 sec */ 1852 OUTW(np, nc_sien , STO|HTH|MA|SGE|UDC|RST|PAR); 2762 * - Some combinations of STO, PAR, UDC, ... 2777 * If this happen, for example STO caught by the CPU 2891 if (!(sist & (STO|GEN|HTH|SGE|UDC|SBMC|RST)) && 2909 * On STO and UDC, we complete the CCB with the corres- 2924 else if (sist & STO) sym_int_sto (np);
|
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/ |
H A D | sym_defs.h | 245 #define STO 0x0400/* sta: timeout (select) */ macro
|
H A D | sym_hipd.c | 1780 OUTB(np, nc_stime0, 0x0c); /* HTH disabled STO 0.25 sec */ 1852 OUTW(np, nc_sien , STO|HTH|MA|SGE|UDC|RST|PAR); 2762 * - Some combinations of STO, PAR, UDC, ... 2777 * If this happen, for example STO caught by the CPU 2891 if (!(sist & (STO|GEN|HTH|SGE|UDC|SBMC|RST)) && 2909 * On STO and UDC, we complete the CCB with the corres- 2924 else if (sist & STO) sym_int_sto (np);
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | ncr53c8xx.h | 768 #define STO 0x0400/* sta: timeout (select) */ macro
|
H A D | ncr53c8xx.c | 5286 OUTB (nc_stime0, 0x0c ); /* HTH disabled STO 0.25 sec */ in ncr_init() 5306 OUTW (nc_sien , STO|HTH|MA|SGE|UDC|RST|PAR); in ncr_init() 5949 if (!(sist & (STO|GEN|HTH|SGE|UDC|RST)) && in ncr_exception() 5983 ** chip says STO, we trust it. Seems some other in ncr_exception() 5996 if ((sist & STO) && in ncr_exception() 6068 ** Although a STO-Interrupt is pending,
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | ncr53c8xx.h | 768 #define STO 0x0400/* sta: timeout (select) */ macro
|
H A D | ncr53c8xx.c | 5145 OUTB (nc_stime0, 0x0c ); /* HTH disabled STO 0.25 sec */ in ncr_init() 5165 OUTW (nc_sien , STO|HTH|MA|SGE|UDC|RST|PAR); in ncr_init() 5783 if (!(sist & (STO|GEN|HTH|SGE|UDC|RST)) && in ncr_exception() 5817 ** chip says STO, we trust it. Seems some other in ncr_exception() 5830 if ((sist & STO) && in ncr_exception() 5902 ** Although a STO-Interrupt is pending,
|
Completed in 38 milliseconds