Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/include/
H A Dmanufacturingcommands.hpp30 #define FAN_NOT_PRESENT (0 << 1) macro
/openbmc/linux/drivers/platform/x86/
H A Dthinkpad_acpi.c267 #define FAN_NOT_PRESENT 65535 macro
8831 if (res >= 0 && speed != FAN_NOT_PRESENT) { in fan_init()