Searched refs:SCR_NO_FLUSH (Results 1 – 4 of 4) sorted by relevance
418 if ((opcode & SCR_NO_FLUSH) && in sym_fw_bind_script()420 opcode = (opcode & ~SCR_NO_FLUSH); in sym_fw_bind_script()
538 #define SCR_NO_FLUSH 0x01000000 macro540 #define SCR_COPY(n) (0xc0000000 | SCR_NO_FLUSH | (n))
1057 #define SCR_NO_FLUSH 0x01000000 macro1059 #define SCR_COPY(n) (0xc0000000 | SCR_NO_FLUSH | (n))
3545 if ((opcode & SCR_NO_FLUSH) && !(np->features & FE_PFEN)) { in ncr_script_copy_and_bind()3546 dst[-1] = cpu_to_scr(opcode & ~SCR_NO_FLUSH); in ncr_script_copy_and_bind()
Completed in 23 milliseconds