Lines Matching refs:nc_istat
4435 OUTB (nc_istat, SIGP); in ncr_put_start_queue()
5035 OUTB (nc_istat, SRST); in ncr_chip_reset()
5037 OUTB (nc_istat, 0 ); in ncr_chip_reset()
5064 OUTB (nc_istat, SRST); in ncr_init()
5134 OUTB (nc_istat , SIGP ); /* Signal Process */ in ncr_init()
5606 if (INB(nc_istat) & (INTF|SIP|DIP)) { in ncr_timeout()
5741 istat = INB (nc_istat); in ncr_exception()
5743 OUTB (nc_istat, (istat & SIGP) | INTF); in ncr_exception()
5744 istat = INB (nc_istat); in ncr_exception()
5753 OUTB (nc_istat, CABRT); in ncr_exception()
7566 if (INB(nc_istat) & (INTF|SIP|DIP))