Home
last modified time | relevance | path

Searched refs:nc_dstat (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/
H A Dsym_defs.h130 /*0c*/ u8 nc_dstat; member
H A Dsym_hipd.c154 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 Dsym_defs.h130 /*0c*/ u8 nc_dstat; member
H A Dsym_hipd.c154 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 Dncr53c8xx.h651 /*0c*/ u8 nc_dstat; member
H A Dncr53c8xx.c5927 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 Dncr53c8xx.h651 /*0c*/ u8 nc_dstat; member
H A Dncr53c8xx.c5761 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 37 milliseconds