Lines Matching full:modulation
2 * Cyrix MediaGX and NatSemi Geode Suspend Modulation
20 * are based on Suspend Modulation.
22 * Suspend Modulation works by asserting and de-asserting the SUSP# pin
27 * Suspend Modulation's OFF/ON duration are configurable
28 * with 'Suspend Modulation OFF Count Register'
29 * and 'Suspend Modulation ON Count Register'.
57 * - fix cpu_khz calc when it stops cpu modulation.
73 * Suspend Modulation - Definitions *
94 #define PCI_MODOFF 0x94 /* suspend modulation OFF counter register, 1 = 32us */
95 #define PCI_MODON 0x95 /* suspend modulation ON counter register */
106 #define SUSMOD (1<<0) /* enable/disable suspend modulation */
108 #define SMISPDUP (1<<1) /* select how SMI re-enable suspend modulation: */
304 pr_debug("suspend modulation disabled: cpu runs 100%% speed.\n"); in gx_set_cpuspeed()
319 pr_debug("suspend modulation w/ duration of ON:%d us, OFF:%d us\n", in gx_set_cpuspeed()
321 pr_debug("suspend modulation w/ clock speed: %d kHz.\n", freqs.new); in gx_set_cpuspeed()
463 pr_debug("geode suspend modulation available.\n"); in cpufreq_gx_init()