Searched refs:powernow_k8_data (Results 1 - 2 of 2) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/cpu/cpufreq/
H A Dpowernow-k8.c55 static struct powernow_k8_data *powernow_data[NR_CPUS];
134 static int query_current_values_with_pending_wait(struct powernow_k8_data *data)
162 static void count_off_irt(struct powernow_k8_data *data)
169 static void count_off_vst(struct powernow_k8_data *data)
192 static int write_new_fid(struct powernow_k8_data *data, u32 fid)
234 static int write_new_vid(struct powernow_k8_data *data, u32 vid)
278 static int decrease_vid_code_by_step(struct powernow_k8_data *data, u32 reqvid, u32 step)
292 static int transition_pstate(struct powernow_k8_data *data, u32 pstate)
300 static int transition_fid_vid(struct powernow_k8_data *data, u32 reqfid, u32 reqvid)
328 static int core_voltage_pre_transition(struct powernow_k8_data *dat
[all...]
H A Dpowernow-k8.h8 struct powernow_k8_data { struct
212 static int core_voltage_pre_transition(struct powernow_k8_data *data, u32 reqvid);
213 static int core_voltage_post_transition(struct powernow_k8_data *data, u32 reqvid);
214 static int core_frequency_transition(struct powernow_k8_data *data, u32 reqfid);
216 static void powernow_k8_acpi_pst_values(struct powernow_k8_data *data, unsigned int index);
219 static int fill_powernow_table_pstate(struct powernow_k8_data *data, struct cpufreq_frequency_table *powernow_table);
220 static int fill_powernow_table_fidvid(struct powernow_k8_data *data, struct cpufreq_frequency_table *powernow_table);

Completed in 44 milliseconds