Searched refs:HTH (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/ |
H A D | sym_defs.h | 247 #define HTH 0x0100/* sta: timeout (handshake) */ 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); 2891 if (!(sist & (STO|GEN|HTH|SGE|UDC|SBMC|RST)) && 2921 if (!(sist & (GEN|HTH|SGE)) && 2939 if ((sist & (GEN|HTH|SGE)) ||
|
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/ |
H A D | sym_defs.h | 247 #define HTH 0x0100/* sta: timeout (handshake) */ 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); 2891 if (!(sist & (STO|GEN|HTH|SGE|UDC|SBMC|RST)) && 2921 if (!(sist & (GEN|HTH|SGE)) && 2939 if ((sist & (GEN|HTH|SGE)) ||
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | ncr53c8xx.h | 770 #define HTH 0x0100/* sta: timeout (handshake) */ 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() 6014 ** For MDPE, BF, ABORT, IID, SGE and HTH we reset the in ncr_exception() 6040 if (sist & HTH) { in ncr_exception()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | ncr53c8xx.h | 770 #define HTH 0x0100/* sta: timeout (handshake) */ 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() 5848 ** For MDPE, BF, ABORT, IID, SGE and HTH we reset the in ncr_exception() 5874 if (sist & HTH) { in ncr_exception()
|
Completed in 44 milliseconds