Home
last modified time | relevance | path

Searched refs:OPC_MOVE (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/scsi/sym53c8xx_2/
Dsym_defs.h424 #define OPC_MOVE 0x08000000 macro
426 #define SCR_MOVE_ABS(l) ((0x00000000 | OPC_MOVE) | (l))
428 #define SCR_MOVE_TBL (0x10000000 | OPC_MOVE)
Dsym_fw.c441 opcode = (opcode | OPC_MOVE); in sym_fw_bind_script()
449 opcode = (opcode | OPC_MOVE); in sym_fw_bind_script()
/Linux-v4.19/drivers/scsi/
Dncr53c8xx.h954 #define OPC_MOVE 0x08000000 macro
956 #define SCR_MOVE_ABS(l) ((0x00000000 | OPC_MOVE) | (l))
957 #define SCR_MOVE_IND(l) ((0x20000000 | OPC_MOVE) | (l))
958 #define SCR_MOVE_TBL (0x10000000 | OPC_MOVE)