Lines Matching defs:powernow_k8_data
8 struct powernow_k8_data { struct
9 unsigned int cpu;
11 u32 numps; /* number of p-states */
12 u32 batps; /* number of p-states supported on battery */
17 u32 rvo; /* ramp voltage offset */
18 u32 irt; /* isochronous relief time */
19 u32 vidmvs; /* usable value calculated from mvs */
20 u32 vstable; /* voltage stabilization time, units 20 us */
21 u32 plllock; /* pll lock time, units 1 us */
22 u32 exttype; /* extended interface = 1 */
25 u32 currvid;
26 u32 currfid;
31 struct cpufreq_frequency_table *powernow_table;
35 struct acpi_processor_performance acpi_data;
40 struct cpumask *available_cores;