xref: /openbmc/linux/arch/sh/include/cpu-sh2/cpu/freq.h (revision f15cbe6f)
1f15cbe6fSPaul Mundt /*
2f15cbe6fSPaul Mundt  * include/asm-sh/cpu-sh2/freq.h
3f15cbe6fSPaul Mundt  *
4f15cbe6fSPaul Mundt  * Copyright (C) 2006  Yoshinori Sato
5f15cbe6fSPaul Mundt  *
6f15cbe6fSPaul Mundt  * This file is subject to the terms and conditions of the GNU General Public
7f15cbe6fSPaul Mundt  * License.  See the file "COPYING" in the main directory of this archive
8f15cbe6fSPaul Mundt  * for more details.
9f15cbe6fSPaul Mundt  */
10f15cbe6fSPaul Mundt #ifndef __ASM_CPU_SH2_FREQ_H
11f15cbe6fSPaul Mundt #define __ASM_CPU_SH2_FREQ_H
12f15cbe6fSPaul Mundt 
13f15cbe6fSPaul Mundt #if defined(CONFIG_CPU_SUBTYPE_SH7619)
14f15cbe6fSPaul Mundt #define FREQCR	0xf815ff80
15f15cbe6fSPaul Mundt #endif
16f15cbe6fSPaul Mundt 
17f15cbe6fSPaul Mundt #endif /* __ASM_CPU_SH2_FREQ_H */
18f15cbe6fSPaul Mundt 
19