Lines Matching refs:sist
5648 static void ncr_log_hard_error(struct ncb *np, u16 sist, u_char dstat) in ncr_log_hard_error() argument
5679 ncr_name (np), (unsigned)INB (nc_sdid)&0x0f, dstat, sist, in ncr_log_hard_error()
5731 u16 sist; in ncr_exception() local
5760 sist = (istat & SIP) ? INW (nc_sist) : 0; in ncr_exception()
5766 dstat,sist, in ncr_exception()
5783 if (!(sist & (STO|GEN|HTH|SGE|UDC|RST)) && in ncr_exception()
5785 if ((sist & SBMC) && ncr_int_sbmc (np)) in ncr_exception()
5787 if ((sist & PAR) && ncr_int_par (np)) in ncr_exception()
5789 if (sist & MA) { in ncr_exception()
5800 if (!(sist & (SBMC|PAR)) && !(dstat & SSI)) { in ncr_exception()
5803 ncr_name(np), istat, dstat, sist); in ncr_exception()
5825 if (sist & RST) { in ncr_exception()
5830 if ((sist & STO) && in ncr_exception()
5859 np->regdump.nc_sist = sist; in ncr_exception()
5862 ncr_log_hard_error(np, sist, dstat); in ncr_exception()
5868 if ((sist & (SGE)) || in ncr_exception()
5874 if (sist & HTH) { in ncr_exception()
5880 if (sist & UDC) { in ncr_exception()