Lines Matching +full:- +full:33000
1 // SPDX-License-Identifier: GPL-2.0-or-later
11 * 2002-02-13: - initial revision for 2.4.18-pre9 by Robert Schwebel
50 {33000, 0x00, 0x04},
61 {0, 5, 33000},
99 return 33000; in elanfreq_get_cpu_frequency()
150 if ((c->x86_vendor != X86_VENDOR_AMD) || in elanfreq_cpu_init()
151 (c->x86 != 4) || (c->x86_model != 10)) in elanfreq_cpu_init()
152 return -ENODEV; in elanfreq_cpu_init()
160 if (pos->frequency > max_freq) in elanfreq_cpu_init()
161 pos->frequency = CPUFREQ_ENTRY_INVALID; in elanfreq_cpu_init()
163 policy->freq_table = elanfreq_table; in elanfreq_cpu_init()
170 * elanfreq_setup - elanfreq command line parameter parsing
209 return -ENODEV; in elanfreq_init()