Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/sym53c8xx_2/
Dsym_fw.c435 if ((opcode & SCR_NO_FLUSH) && in sym_fw_bind_script()
437 opcode = (opcode & ~SCR_NO_FLUSH); in sym_fw_bind_script()
Dsym_defs.h551 #define SCR_NO_FLUSH 0x01000000 macro
553 #define SCR_COPY(n) (0xc0000000 | SCR_NO_FLUSH | (n))
/linux-4.4.14/drivers/scsi/
Dncr53c8xx.h1069 #define SCR_NO_FLUSH 0x01000000 macro
1071 #define SCR_COPY(n) (0xc0000000 | SCR_NO_FLUSH | (n))
Dncr53c8xx.c3585 if ((opcode & SCR_NO_FLUSH) && !(np->features & FE_PFEN)) { in ncr_script_copy_and_bind()
3586 dst[-1] = cpu_to_scr(opcode & ~SCR_NO_FLUSH); in ncr_script_copy_and_bind()