Searched refs:nc_dcntl (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/scsi/ |
D | ncr53c8xx.h | 463 OUTONB (nc_dcntl, (STD|NOCOM)); \ 763 /*3b*/ u8 nc_dcntl; /* --> Script execution control */ member
|
D | ncr53c8xx.c | 3757 np->sv_dcntl = INB(nc_dcntl) & 0xa8; in ncr_prepare_setting() 4752 OUTB(nc_dcntl, np->sv_dcntl); in ncr_detach() 5288 OUTB (nc_dcntl , NOCOM|np->rv_dcntl); /* Protect SFBR */ in ncr_init()
|
/Linux-v4.19/drivers/scsi/sym53c8xx_2/ |
D | sym_defs.h | 242 /*3b*/ u8 nc_dcntl; /* --> Script execution control */ member
|
D | sym_hipd.h | 234 OUTONB(np, nc_dcntl, (STD|NOCOM)); \
|
D | sym_hipd.c | 203 OUTB(np, nc_dcntl, (np->rv_dcntl & IRQM)); in sym_reset_scsi_bus() 632 np->sv_dcntl = INB(np, nc_dcntl) & 0xa8; 1782 OUTB(np, nc_dcntl , NOCOM|np->rv_dcntl); /* Protect SFBR */
|