Go to the documentation of this file.
12 #include <mach/anomaly.h>
17 static inline void SSYNC(
void)
35 static inline void CSYNC(
void)
54 #define LO(con32) ((con32) & 0xFFFF)
55 #define lo(con32) ((con32) & 0xFFFF)
56 #define HI(con32) (((con32) >> 16) & 0xFFFF)
57 #define hi(con32) (((con32) >> 16) & 0xFFFF)
61 #define ssync(x) SSYNC(x)
62 #define csync(x) CSYNC(x)
64 #if ANOMALY_05000312 || ANOMALY_05000244
65 #define SSYNC(scratch) \
71 #define CSYNC(scratch) \
78 #define SSYNC(scratch) SSYNC;
79 #define CSYNC(scratch) CSYNC;
85 #include <mach/blackfin.h>