OPC_MOVE 944 drivers/scsi/ncr53c8xx.h #define SCR_MOVE_ABS(l) ((0x00000000 | OPC_MOVE) | (l)) OPC_MOVE 945 drivers/scsi/ncr53c8xx.h #define SCR_MOVE_IND(l) ((0x20000000 | OPC_MOVE) | (l)) OPC_MOVE 946 drivers/scsi/ncr53c8xx.h #define SCR_MOVE_TBL (0x10000000 | OPC_MOVE) OPC_MOVE 413 drivers/scsi/sym53c8xx_2/sym_defs.h #define SCR_MOVE_ABS(l) ((0x00000000 | OPC_MOVE) | (l)) OPC_MOVE 415 drivers/scsi/sym53c8xx_2/sym_defs.h #define SCR_MOVE_TBL (0x10000000 | OPC_MOVE) OPC_MOVE 428 drivers/scsi/sym53c8xx_2/sym_fw.c opcode = (opcode | OPC_MOVE); OPC_MOVE 436 drivers/scsi/sym53c8xx_2/sym_fw.c opcode = (opcode | OPC_MOVE);