Lines Matching defs:powernow_k8_data
6 struct powernow_k8_data { struct
7 unsigned int cpu;
9 u32 numps; /* number of p-states */
10 u32 batps; /* number of p-states supported on battery */
15 u32 rvo; /* ramp voltage offset */
16 u32 irt; /* isochronous relief time */
17 u32 vidmvs; /* usable value calculated from mvs */
18 u32 vstable; /* voltage stabilization time, units 20 us */
19 u32 plllock; /* pll lock time, units 1 us */
20 u32 exttype; /* extended interface = 1 */
23 u32 currvid;
24 u32 currfid;
29 struct cpufreq_frequency_table *powernow_table;
33 struct acpi_processor_performance acpi_data;
38 struct cpumask *available_cores;