Home
last modified time | relevance | path

Searched refs:ILLOPCODE (Results 1 – 10 of 10) sorted by relevance

/linux-2.6.39/drivers/scsi/aic7xxx_old/
Daic7xxx_reg.h430 #define ILLOPCODE 0x04 macro
Daic7xxx.reg741 bit ILLOPCODE 0x04
/linux-2.6.39/drivers/scsi/aic7xxx/
Daic7xxx_reg_print.c_shipped286 { "ILLOPCODE", 0x04, 0x04 },
Daic7xxx_reg.h_shipped676 #define ILLOPCODE 0x04
Daic7xxx.reg949 field ILLOPCODE 0x04
Daic79xx_reg.h_shipped1301 #define ILLOPCODE 0x04
Daic79xx.reg237 field ILLOPCODE 0x04
Daic7xxx_core.c83 { ILLOPCODE, "Illegal Opcode in sequencer program" },
Daic79xx_core.c74 { ILLOPCODE, "Illegal Opcode in sequencer program" },
/linux-2.6.39/drivers/scsi/
Daic7xxx_old.c818 { ILLOPCODE, "Illegal Opcode in sequencer program" },
6407 if (errno & (SQPARERR | ILLOPCODE | ILLSADDR)) in aic7xxx_isr()