Searched refs:AIC_OP_BMOV (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_insformat.h | 180 #define AIC_OP_BMOV 0x6 macro
|
D | aicasm_gram.y | 1247 format_1_instr(AIC_OP_BMOV, &$2, &$6, &$4, $7); 1257 format_1_instr(AIC_OP_BMOV, &$2, &immed, &$4, $5); 1274 format_1_instr(AIC_OP_BMOV, &$2, &immed, &allzeros, $5); 1711 case AIC_OP_BMOV: in format_1_instr() 1873 opcode == AIC_OP_BMOV) in type_check()
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 7057 case AIC_OP_BMOV: in ahc_download_instr() 7063 && opcode == AIC_OP_BMOV) { in ahc_download_instr()
|
D | aic79xx_core.c | 9613 case AIC_OP_BMOV: in ahd_download_instr()
|