Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dnct6775.h168 u16 have_temp_fixed; member
H A Dnct6775-core.c1660 !(data->have_temp_fixed & BIT(i))) in nct6775_update_device()
2379 if (nr > 7 && !(data->have_temp_fixed & BIT(temp))) in nct6775_temp_is_visible()
3461 if (!(data->have_temp_fixed & BIT(i))) in nct6775_init_device()
4203 data->have_temp_fixed |= BIT(src - 1); in nct6775_probe()
4280 data->have_temp_fixed |= BIT(src - 1); in nct6775_probe()
4314 data->have_temp_fixed |= BIT(i); in nct6775_probe()