Home
last modified time | relevance | path

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

/freebsd-src/sys/dev/sym/
H A Dsym_defs.h695 #define SCR_NO_FLUSH 0x01000000 macro
697 #define SCR_COPY(n) (0xc0000000 | SCR_NO_FLUSH | (n))
H A Dsym_hipd.c2067 if ((opcode & SCR_NO_FLUSH) && in sym_fw_bind_script()
2069 opcode = (opcode & ~SCR_NO_FLUSH); in sym_fw_bind_script()