Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dsym53c8xx.h263 #define OPC_MOVE 0x08000000 macro
265 #define SCR_MOVE_ABS(l) ((0x00000000 | OPC_MOVE) | (l))
266 #define SCR_MOVE_IND(l) ((0x20000000 | OPC_MOVE) | (l))
267 #define SCR_MOVE_TBL (0x10000000 | OPC_MOVE)
/openbmc/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_defs.h411 #define OPC_MOVE 0x08000000 macro
413 #define SCR_MOVE_ABS(l) ((0x00000000 | OPC_MOVE) | (l))
415 #define SCR_MOVE_TBL (0x10000000 | OPC_MOVE)
H A Dsym_fw.c428 opcode = (opcode | OPC_MOVE); in sym_fw_bind_script()
436 opcode = (opcode | OPC_MOVE); in sym_fw_bind_script()
/openbmc/linux/drivers/scsi/
H A Dncr53c8xx.h942 #define OPC_MOVE 0x08000000 macro
944 #define SCR_MOVE_ABS(l) ((0x00000000 | OPC_MOVE) | (l))
945 #define SCR_MOVE_IND(l) ((0x20000000 | OPC_MOVE) | (l))
946 #define SCR_MOVE_TBL (0x10000000 | OPC_MOVE)