Home
last modified time | relevance | path

Searched defs:CSYNC (Results 1 – 1 of 1) sorted by relevance

/arch/blackfin/include/asm/
Dblackfin.h38 static inline void CSYNC(void) in CSYNC() function
75 #define CSYNC(scratch) cli scratch; nop; nop; CSYNC; sti scratch; macro
79 #define CSYNC(scratch) nop; nop; nop; CSYNC; macro
83 #define CSYNC(scratch) CSYNC; macro