Lines Matching refs:nc_istat
4467 OUTB (nc_istat, SIGP); in ncr_put_start_queue()
4689 OUTB (nc_istat, SIGP);
5176 OUTB (nc_istat, SRST); in ncr_chip_reset()
5178 OUTB (nc_istat, 0 ); in ncr_chip_reset()
5205 OUTB (nc_istat, SRST); in ncr_init()
5275 OUTB (nc_istat , SIGP ); /* Signal Process */ in ncr_init()
5772 if (INB(nc_istat) & (INTF|SIP|DIP)) { in ncr_timeout()
5907 istat = INB (nc_istat); in ncr_exception()
5909 OUTB (nc_istat, (istat & SIGP) | INTF); in ncr_exception()
5910 istat = INB (nc_istat); in ncr_exception()
5919 OUTB (nc_istat, CABRT); in ncr_exception()
7732 if (INB(nc_istat) & (INTF|SIP|DIP))