Home
last modified time | relevance | path

Searched refs:SBMC (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/include/
H A Dsym53c8xx.h163 #define SBMC 0x1000/* sta: SCSI Bus Mode Change (895/6 only) */ macro
/openbmc/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_defs.h244 #define SBMC 0x1000/* sta: SCSI Bus Mode Change (895/6 only) */ macro
H A Dsym_hipd.c1861 OUTONW(np, nc_sien, SBMC);
2891 if (!(sist & (STO|GEN|HTH|SGE|UDC|SBMC|RST)) &&
2923 if (sist & SBMC) sym_int_sbmc(shost);
/openbmc/linux/drivers/scsi/
H A Dncr53c8xx.h767 #define SBMC 0x1000/* sta: SCSI Bus Mode Change (895/6 only) */ macro
H A Dncr53c8xx.c5785 if ((sist & SBMC) && ncr_int_sbmc (np)) in ncr_exception()
5800 if (!(sist & (SBMC|PAR)) && !(dstat & SSI)) { in ncr_exception()
/openbmc/linux/Documentation/scsi/
H A DChangeLog.ncr53c8xx371 - Do not reset if a SBMC interrupt reports the same bus mode.
H A DChangeLog.sym53c8xx401 - The rewrite of the interrupt handling broke the SBMC interrupt