Lines Matching refs:sist
5823 static void ncr_log_hard_error(struct ncb *np, u16 sist, u_char dstat) in ncr_log_hard_error() argument
5854 ncr_name (np), (unsigned)INB (nc_sdid)&0x0f, dstat, sist, in ncr_log_hard_error()
5906 u16 sist; in ncr_exception() local
5935 sist = (istat & SIP) ? INW (nc_sist) : 0; in ncr_exception()
5941 dstat,sist, in ncr_exception()
5958 if (!(sist & (STO|GEN|HTH|SGE|UDC|RST)) && in ncr_exception()
5960 if ((sist & SBMC) && ncr_int_sbmc (np)) in ncr_exception()
5962 if ((sist & PAR) && ncr_int_par (np)) in ncr_exception()
5964 if (sist & MA) { in ncr_exception()
5975 if (!(sist & (SBMC|PAR)) && !(dstat & SSI)) { in ncr_exception()
5978 ncr_name(np), istat, dstat, sist); in ncr_exception()
6000 if (sist & RST) { in ncr_exception()
6005 if ((sist & STO) && in ncr_exception()
6034 np->regdump.nc_sist = sist; in ncr_exception()
6037 ncr_log_hard_error(np, sist, dstat); in ncr_exception()
6043 if ((sist & (SGE)) || in ncr_exception()
6049 if (sist & HTH) { in ncr_exception()
6055 if (sist & UDC) { in ncr_exception()