Lines Matching full:modulation
3 * Cyrix MediaGX and NatSemi Geode Suspend Modulation
17 * are based on Suspend Modulation.
19 * Suspend Modulation works by asserting and de-asserting the SUSP# pin
24 * Suspend Modulation's OFF/ON duration are configurable
25 * with 'Suspend Modulation OFF Count Register'
26 * and 'Suspend Modulation ON Count Register'.
53 * - fix cpu_khz calc when it stops cpu modulation.
69 * Suspend Modulation - Definitions *
90 #define PCI_MODOFF 0x94 /* suspend modulation OFF counter register, 1 = 32us */
91 #define PCI_MODON 0x95 /* suspend modulation ON counter register */
102 #define SUSMOD (1<<0) /* enable/disable suspend modulation */
104 #define SMISPDUP (1<<1) /* select how SMI re-enable suspend modulation: */
300 pr_debug("suspend modulation disabled: cpu runs 100%% speed.\n"); in gx_set_cpuspeed()
315 pr_debug("suspend modulation w/ duration of ON:%d us, OFF:%d us\n", in gx_set_cpuspeed()
317 pr_debug("suspend modulation w/ clock speed: %d kHz.\n", freqs.new); in gx_set_cpuspeed()
459 pr_debug("geode suspend modulation available.\n"); in cpufreq_gx_init()