xref: /openbmc/linux/arch/sh/include/cpu-sh2/cpu/freq.h (revision 6a0abce4)
16a0abce4SKuninori Morimoto /* SPDX-License-Identifier: GPL-2.0
26a0abce4SKuninori Morimoto  *
3f15cbe6fSPaul Mundt  * include/asm-sh/cpu-sh2/freq.h
4f15cbe6fSPaul Mundt  *
5f15cbe6fSPaul Mundt  * Copyright (C) 2006  Yoshinori Sato
6f15cbe6fSPaul Mundt  */
7f15cbe6fSPaul Mundt #ifndef __ASM_CPU_SH2_FREQ_H
8f15cbe6fSPaul Mundt #define __ASM_CPU_SH2_FREQ_H
9f15cbe6fSPaul Mundt 
10f15cbe6fSPaul Mundt #if defined(CONFIG_CPU_SUBTYPE_SH7619)
11f15cbe6fSPaul Mundt #define FREQCR	0xf815ff80
12f15cbe6fSPaul Mundt #endif
13f15cbe6fSPaul Mundt 
14f15cbe6fSPaul Mundt #endif /* __ASM_CPU_SH2_FREQ_H */
15f15cbe6fSPaul Mundt 
16