1 /* SPDX-License-Identifier: GPL-2.0
3 * include/asm-sh/cpu-sh3/freq.h
5 * Copyright (C) 2002, 2003 Paul Mundt
7 #ifndef __ASM_CPU_SH3_FREQ_H
8 #define __ASM_CPU_SH3_FREQ_H
10 #ifdef CONFIG_CPU_SUBTYPE_SH7712
11 #define FRQCR 0xA415FF80
13 #define FRQCR 0xffffff80
16 #define MIN_DIVISOR_NR 0
17 #define MAX_DIVISOR_NR 4
19 #define FRQCR_CKOEN 0x0100
20 #define FRQCR_PLLEN 0x0080
21 #define FRQCR_PSTBY 0x0040
23 #endif /* __ASM_CPU_SH3_FREQ_H */