]> Git Repo - linux.git/blob - arch/mips/include/asm/mach-loongson32/cpufreq.h
lib: radix-tree: check accounting of existing slot replacement users
[linux.git] / arch / mips / include / asm / mach-loongson32 / cpufreq.h
1 /*
2  * Copyright (c) 2014 Zhang, Keguang <[email protected]>
3  *
4  * Loongson 1 CPUFreq platform support.
5  *
6  * This program is free software; you can redistribute  it and/or modify it
7  * under  the terms of  the GNU General  Public License as published by the
8  * Free Software Foundation;  either version 2 of the  License, or (at your
9  * option) any later version.
10  */
11
12 #ifndef __ASM_MACH_LOONGSON32_CPUFREQ_H
13 #define __ASM_MACH_LOONGSON32_CPUFREQ_H
14
15 struct plat_ls1x_cpufreq {
16         const char      *clk_name;      /* CPU clk */
17         const char      *osc_clk_name;  /* OSC clk */
18         unsigned int    max_freq;       /* in kHz */
19         unsigned int    min_freq;       /* in kHz */
20 };
21
22 #endif /* __ASM_MACH_LOONGSON32_CPUFREQ_H */
This page took 0.032263 seconds and 4 git commands to generate.