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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/sym53c8xx_2/
H A Dsym_fw.c441 opcode = (opcode | OPC_MOVE);
449 opcode = (opcode | OPC_MOVE);
H A Dsym_defs.h424 #define OPC_MOVE 0x08000000 macro
426 #define SCR_MOVE_ABS(l) ((0x00000000 | OPC_MOVE) | (l))
427 /* #define SCR_MOVE_IND(l) ((0x20000000 | OPC_MOVE) | (l)) */
428 #define SCR_MOVE_TBL (0x10000000 | OPC_MOVE)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dncr53c8xx.h941 #define OPC_MOVE 0x08000000 macro
943 #define SCR_MOVE_ABS(l) ((0x00000000 | OPC_MOVE) | (l))
944 #define SCR_MOVE_IND(l) ((0x20000000 | OPC_MOVE) | (l))
945 #define SCR_MOVE_TBL (0x10000000 | OPC_MOVE)

Completed in 86 milliseconds