Searched refs:nc_dcntl (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/drivers/scsi/ |
D | ncr53c8xx.h | 451 OUTONB (nc_dcntl, (STD|NOCOM)); \ 751 /*3b*/ u8 nc_dcntl; /* --> Script execution control */ member
|
D | ncr53c8xx.c | 3717 np->sv_dcntl = INB(nc_dcntl) & 0xa8; in ncr_prepare_setting() 4596 OUTB(nc_dcntl, np->sv_dcntl); in ncr_detach() 5138 OUTB (nc_dcntl , NOCOM|np->rv_dcntl); /* Protect SFBR */ in ncr_init()
|
/linux-5.19.10/drivers/scsi/sym53c8xx_2/ |
D | sym_defs.h | 229 /*3b*/ u8 nc_dcntl; /* --> Script execution control */ member
|
D | sym_hipd.h | 221 OUTONB(np, nc_dcntl, (STD|NOCOM)); \
|
D | sym_hipd.c | 190 OUTB(np, nc_dcntl, (np->rv_dcntl & IRQM)); in sym_reset_scsi_bus() 619 np->sv_dcntl = INB(np, nc_dcntl) & 0xa8; 1769 OUTB(np, nc_dcntl , NOCOM|np->rv_dcntl); /* Protect SFBR */
|