Searched refs:gx_params (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/cpufreq/
H A Dgx-suspmod.c123 static struct gxfreq_params *gx_params; variable in typeref:struct:gxfreq_params
180 pci_write_config_byte(gx_params->cs55x0, reg, value);
216 if ((gx_params->pci_suscfg & SUSMOD) == 0)
219 return (stock_freq * gx_params->off_duration)
220 / (gx_params->on_duration + gx_params->off_duration);
272 new_khz = gx_validate_speed(khz, &gx_params->on_duration,
273 &gx_params->off_duration);
284 switch (gx_params->cs55x0->device) {
286 pmer1 = gx_params
[all...]

Completed in 108 milliseconds