Searched refs:nc_dstat (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/scsi/sym53c8xx_2/ |
A D | sym_defs.h | 130 /*0c*/ u8 nc_dstat; member
|
A 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-6.3-rc2/drivers/scsi/ |
A D | ncr53c8xx.h | 651 /*0c*/ u8 nc_dstat; member
|
A D | ncr53c8xx.c | 5761 dstat = (istat & DIP) ? INB (nc_dstat) : 0; in ncr_exception() 5858 np->regdump.nc_dstat = dstat; in ncr_exception() 7525 OUTL_OFF(offsetof(struct ncr_reg, nc_dstat), data); 7526 data = INL_OFF(offsetof(struct ncr_reg, nc_dstat));
|
Completed in 29 milliseconds