Searched refs:APM_BIOS_DISABLED (Results 1 – 2 of 2) sorted by relevance
20 #define APM_BIOS_DISABLED 0x0008 macro
1018 apm_info.bios.flags &= ~APM_BIOS_DISABLED; in apm_enable_power_management()1020 apm_info.bios.flags |= APM_BIOS_DISABLED; in apm_enable_power_management()1108 && (apm_info.bios.flags & APM_BIOS_DISABLED)) in apm_engage_power_management()1764 if (apm_info.bios.flags & APM_BIOS_DISABLED) { in apm()