Home
last modified time | relevance | path

Searched refs:HTH (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dsym53c8xx.h167 #define HTH 0x0100/* sta: timeout (handshake) */ macro
/OK3568_Linux_fs/kernel/drivers/scsi/sym53c8xx_2/
H A Dsym_defs.h247 #define HTH 0x0100/* sta: timeout (handshake) */ macro
H A Dsym_hipd.c1852 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)) ||
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dncr53c8xx.h770 #define HTH 0x0100/* sta: timeout (handshake) */ macro
H A Dncr53c8xx.c5306 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()
6040 if (sist & HTH) { in ncr_exception()