Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dapm_bios.h20 #define APM_BIOS_DISABLED 0x0008 macro
/linux/arch/x86/kernel/
H A Dapm_32.c1012 apm_info.bios.flags &= ~APM_BIOS_DISABLED; in apm_enable_power_management()
1014 apm_info.bios.flags |= APM_BIOS_DISABLED; in apm_enable_power_management()
1073 && (apm_info.bios.flags & APM_BIOS_DISABLED)) in apm_engage_power_management()
1729 if (apm_info.bios.flags & APM_BIOS_DISABLED) { in apm()