Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dadm1029.c299 u8 man_id, chip_id, temp_devices_installed, nb_fan_support; in adm1029_detect() local
313 temp_devices_installed = i2c_smbus_read_byte_data(client, in adm1029_detect()
318 if (man_id != 0x41 || (temp_devices_installed & 0xf9) != 0x01 || in adm1029_detect()