Home
last modified time | relevance | path

Searched refs:nc_dcntl (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/ncr/
HDncrreg.h183 /*3b*/ u_char nc_dcntl; /* --> Script execution control */ member
HDncr.c3387 np->rv_dcntl = INB(nc_dcntl) & 0xa9;
4728 OUTB (nc_dcntl , np->rv_dcntl);
5431 OUTB (nc_dcntl, np->rv_dcntl | STD);
5455 OUTB (nc_dcntl, np->rv_dcntl | STD);
5739 OUTB (nc_dcntl, np->rv_dcntl | STD);
6349 OUTB (nc_dcntl, np->rv_dcntl | STD);
/freebsd-11-stable/sys/dev/sym/
HDsym_defs.h407 /*3b*/ u8 nc_dcntl; /* --> Script execution control */ member
HDsym_hipd.c911 OUTONB (nc_dcntl, (STD|NOCOM)); \
2462 np->sv_dcntl = INB(nc_dcntl) & 0xa8; in sym_save_initial_setting()
3009 OUTB (nc_dcntl, (np->rv_dcntl & IRQM)); in sym_reset_scsi_bus()
3188 OUTB (nc_dcntl , NOCOM|np->rv_dcntl); /* Protect SFBR */ in sym_init()