Searched refs:UDC (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/sym53c8xx_2/
H A Dsym_defs.h266 #define UDC 0x04 /* sta: unexpected disconnect */ macro
H A Dsym_hipd.c1831 OUTW(np, nc_sien , STO|HTH|MA|SGE|UDC|RST|PAR);
2674 * - SCSI parity error + Unexpected disconnect (PAR|UDC)
2677 * - Some combinations of STO, PAR, UDC, ...
2693 * then UDC happenning before the CPU have restarted
2695 * same command on UDC, since the SCRIPTS didn't restart
2792 if (!(sist & (STO|GEN|HTH|SGE|UDC|SBMC|RST)) &&
2810 * On STO and UDC, we complete the CCB with the corres-
2826 else if (sist & UDC) sym_int_udc (np);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dncr53c8xx.h775 #define UDC 0x04 /* sta: unexpected disconnect */ macro
H A Dncr53c8xx.c5219 OUTW (nc_sien , STO|HTH|MA|SGE|UDC|RST|PAR);
5773 ** IID and/or UDC.
5838 if (!(sist & (STO|GEN|HTH|SGE|UDC|RST)) &&
5873 ** interrupts may occur at the same time (UDC, IID), so
5905 ** We are more soft for UDC.
5935 if (sist & UDC) {

Completed in 103 milliseconds