Release 4.14 arch/mips/include/asm/mach-rc32434/rc32434.h
/* SPDX-License-Identifier: GPL-2.0 */
/*
* Definitions for IDT RC323434 CPU.
*/
#ifndef _ASM_RC32434_RC32434_H_
#define _ASM_RC32434_RC32434_H_
#include <linux/delay.h>
#include <linux/io.h>
#define IDT_CLOCK_MULT 2
/* cpu pipeline flush */
static inline void rc32434_sync(void)
{
__asm__ volatile ("sync");
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Ralf Bächle | 12 | 100.00% | 1 | 100.00% |
Total | 12 | 100.00% | 1 | 100.00% |
#endif /* _ASM_RC32434_RC32434_H_ */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Ralf Bächle | 33 | 97.06% | 1 | 50.00% |
Greg Kroah-Hartman | 1 | 2.94% | 1 | 50.00% |
Total | 34 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.