Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dapm_bios.h21 #define APM_BIOS_DISENGAGED 0x0010 macro
/openbmc/u-boot/include/linux/
H A Dapm_bios.h38 #define APM_BIOS_DISENGAGED 0x0010 macro
/openbmc/linux/arch/x86/kernel/
H A Dapm_32.c1006 if ((enable == 0) && (apm_info.bios.flags & APM_BIOS_DISENGAGED)) in apm_enable_power_management()
1109 apm_info.bios.flags &= ~APM_BIOS_DISENGAGED; in apm_engage_power_management()
1111 apm_info.bios.flags |= APM_BIOS_DISENGAGED; in apm_engage_power_management()
1772 if ((apm_info.bios.flags & APM_BIOS_DISENGAGED) in apm()
2394 if (((apm_info.bios.flags & APM_BIOS_DISENGAGED) == 0) in apm_exit()