Searched refs:nc_dstat (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/ |
H A D | sym_defs.h | 130 /*0c*/ u8 nc_dstat; member
|
H 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);
|
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/ |
H A D | sym_defs.h | 130 /*0c*/ u8 nc_dstat; member
|
H 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);
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | ncr53c8xx.h | 651 /*0c*/ u8 nc_dstat; member
|
H A 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));
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | ncr53c8xx.h | 651 /*0c*/ u8 nc_dstat; member
|
H 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 46 milliseconds