Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * Definitions for IDT RC323434 CPU.
0004  */
0005 
0006 #ifndef _ASM_RC32434_RC32434_H_
0007 #define _ASM_RC32434_RC32434_H_
0008 
0009 #include <linux/delay.h>
0010 #include <linux/io.h>
0011 
0012 #define IDT_CLOCK_MULT      2
0013 
0014 /* cpu pipeline flush */
0015 static inline void rc32434_sync(void)
0016 {
0017     __asm__ volatile ("sync");
0018 }
0019 
0020 #endif  /* _ASM_RC32434_RC32434_H_ */