Searched refs:nc_dstat (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/scsi/sym53c8xx_2/ |
D | sym_defs.h | 130 /*0c*/ u8 nc_dstat; member
|
D | sym_hipd.c | 154 if (INB(np, nc_dstat) & ABRT) in sym_soft_reset() 971 OUTL(np, nc_dstat, data); 972 data = INL(np, nc_dstat); 1034 dstat = INB(np, nc_dstat); 1182 dstat = INB(np, nc_dstat); 2852 dstat |= INB(np, nc_dstat);
|
/Linux-v5.4/drivers/scsi/ |
D | ncr53c8xx.h | 651 /*0c*/ u8 nc_dstat; member
|
D | ncr53c8xx.c | 5927 dstat = (istat & DIP) ? INB (nc_dstat) : 0; in ncr_exception() 6024 np->regdump.nc_dstat = dstat; in ncr_exception() 7691 OUTL_OFF(offsetof(struct ncr_reg, nc_dstat), data); 7692 data = INL_OFF(offsetof(struct ncr_reg, nc_dstat));
|