Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/
H A Dthinkpad_acpi.c8747 #define TPACPI_FAN_2FAN 0x0002 /* EC 0x31 bit 0 selects fan2 */ macro
8757 TPACPI_QEC_LNV('7', 'M', TPACPI_FAN_2FAN),
8758 TPACPI_Q_LNV('N', '1', TPACPI_FAN_2FAN),
8840 if (quirks & TPACPI_FAN_2FAN) { in fan_init()