Searched refs:SCR_NO_FLUSH (Results 1 - 4 of 4) 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.c431 if ((opcode & SCR_NO_FLUSH) &&
433 opcode = (opcode & ~SCR_NO_FLUSH);
H A Dsym_defs.h551 #define SCR_NO_FLUSH 0x01000000 macro
553 #define SCR_COPY(n) (0xc0000000 | SCR_NO_FLUSH | (n))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dncr53c8xx.h1056 #define SCR_NO_FLUSH 0x01000000 macro
1058 #define SCR_COPY(n) (0xc0000000 | SCR_NO_FLUSH | (n))
H A Dncr53c8xx.c3576 if ((opcode & SCR_NO_FLUSH) && !(np->features & FE_PFEN)) {
3577 dst[-1] = cpu_to_scr(opcode & ~SCR_NO_FLUSH);

Completed in 88 milliseconds