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

/freebsd-9.3-release/sys/pci/
H A Dncr.c3737 OUTB (nc_istat, SRST);
3739 OUTB (nc_istat, 0 );
3827 if (INB(nc_istat) & (INTF|SIP|DIP)) {
3833 } while (INB(nc_istat) & (INTF|SIP|DIP));
4165 OUTB (nc_istat, SIGP);
4713 OUTB (nc_istat, SRST);
4715 OUTB (nc_istat, 0);
4748 OUTB (nc_istat, 0x00 ); /* Remove Reset, abort ... */
4754 OUTB (nc_istat , SIGP ); /* Signal Process */
5121 OUTB (nc_istat, SIG
[all...]
H A Dncrreg.h130 /*14*/ u_char nc_istat; /* --> Main Command and status */ member in struct:ncr_reg
/freebsd-9.3-release/sys/dev/sym/
H A Dsym_hipd.c2933 OUTB (nc_istat, SIGP|np->istat_sem);
2946 OUTB (nc_istat, SRST);
2948 OUTB (nc_istat, 0);
2966 OUTB (nc_istat, CABRT);
2968 istat = INB (nc_istat);
2974 OUTB (nc_istat, 0);
3172 OUTB (nc_istat, 0x00 ); /* Remove Reset, abort */
3183 OUTB (nc_istat , SIGP ); /* Signal Process */
3825 istat = INB (nc_istat);
3827 OUTB (nc_istat, (ista
[all...]
H A Dsym_defs.h346 /*14*/ u8 nc_istat; /* --> Main Command and status */ member in struct:sym_reg

Completed in 175 milliseconds