%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 49.231.201.246 / Your IP : 216.73.216.149 Web Server : Apache/2.4.18 (Ubuntu) System : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : root ( 0) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /lib/modules/4.4.0-112-generic/build/arch/sh/include/cpu-sh3/cpu/ |
Upload File : |
/* * include/asm-sh/cpu-sh3/freq.h * * Copyright (C) 2002, 2003 Paul Mundt * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. */ #ifndef __ASM_CPU_SH3_FREQ_H #define __ASM_CPU_SH3_FREQ_H #ifdef CONFIG_CPU_SUBTYPE_SH7712 #define FRQCR 0xA415FF80 #else #define FRQCR 0xffffff80 #endif #define MIN_DIVISOR_NR 0 #define MAX_DIVISOR_NR 4 #define FRQCR_CKOEN 0x0100 #define FRQCR_PLLEN 0x0080 #define FRQCR_PSTBY 0x0040 #endif /* __ASM_CPU_SH3_FREQ_H */