Home
last modified time | relevance | path

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

/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.
/drivers/scsi/aic7xxx/
Daic7xxx_reg_print.c_shipped285 { "ILLSADDR", 0x02, 0x02 },
Daic7xxx_reg.h_shipped677 #define ILLSADDR 0x02
Daic7xxx.reg950 field ILLSADDR 0x02
Daic7xxx.seq1137 * in an ILLSADDR exception.
Daic7xxx_core.c82 { ILLSADDR, "Illegal Sequencer Address referrenced" },
/drivers/scsi/
Daic7xxx_old.c817 { ILLSADDR, "Illegal Sequencer Address referenced" },
6407 if (errno & (SQPARERR | ILLOPCODE | ILLSADDR)) in aic7xxx_isr()