Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dlm93.c287 u8 sfc2; member
436 return sfc2 & (nr < 2 ? 0x10 : 0x20); in LM93_TEMP_OFFSET_MODE_FROM_REG()
989 data->sfc2 = lm93_read_byte(client, LM93_REG_SFC2); in lm93_update_client_common()
1428 data->sfc2 = lm93_read_byte(client, LM93_REG_SFC2); in temp_auto_boost_hyst_store()
1429 data->sfc2 |= ((nr < 2) ? 0x10 : 0x20); in temp_auto_boost_hyst_store()
1474 data->sfc2 |= ((nr < 2) ? 0x10 : 0x20); in temp_auto_offset_store()
1595 data->sfc2 |= ((nr < 2) ? 0x10 : 0x20); in temp_auto_offset_hyst_store()
1685 if (mapping && ((data->sfc2 >> nr) & 0x01)) in fan_smart_tach_show()
1706 data->sfc2 |= 1 << fan; in lm93_write_fan_smart_tach()
1708 data->sfc2 &= ~(1 << fan); in lm93_write_fan_smart_tach()
[all …]