Home
last modified time | relevance | path

Searched refs:apm_acline (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/sys/i386/bios/
Dapm.c1040 static int apm_acline = 0; in apm_power_profile() local
1045 if (apm_acline != info.ai_acline) { in apm_power_profile()
1046 apm_acline = info.ai_acline; in apm_power_profile()
1047 state = apm_acline ? POWER_PROFILE_PERFORMANCE : POWER_PROFILE_ECONOMY; in apm_power_profile()