Home
last modified time | relevance | path

Searched refs:ILLSADDR (Results 1 – 8 of 8) sorted by relevance

/linux-2.4.37.9/drivers/scsi/aic7xxx_old/
Daic7xxx_reg.h432 #define ILLSADDR 0x02 macro
Daic7xxx.reg742 bit ILLSADDR 0x02
Daic7xxx.seq1117 * actually off first lest we get an ILLSADDR.
/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx_reg.h1552 #define ILLSADDR 0x02 macro
Daic7xxx.reg878 field ILLSADDR 0x02
Daic7xxx.seq1136 * in an ILLSADDR exception.
Daic7xxx_core.c88 { ILLSADDR, "Illegal Sequencer Address referrenced" },
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c873 { ILLSADDR, "Illegal Sequencer Address referenced" },
6948 if (errno & (SQPARERR | ILLOPCODE | ILLSADDR)) in aic7xxx_isr()