Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/pci/
Dncrreg.h421 #define SCR_NO_FLUSH 0x01000000 macro
423 #define SCR_COPY(n) (0xc0000000 | SCR_NO_FLUSH | (n))
Dncr.c3300 if ((opcode & SCR_NO_FLUSH) && !(np->features&FE_PFEN)) in ncr_script_copy_and_bind()
3302 (opcode & ~SCR_NO_FLUSH)); in ncr_script_copy_and_bind()