Home
last modified time | relevance | path

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

/linux-3.3/arch/blackfin/include/asm/
Dblackfin.h41 static inline void CSYNC(void) in CSYNC() function
78 #define CSYNC(scratch) cli scratch; nop; nop; CSYNC; sti scratch; macro
82 #define CSYNC(scratch) nop; nop; nop; CSYNC; macro
86 #define CSYNC(scratch) CSYNC; macro