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()
3462 if (!(data->have_temp_fixed & BIT(i))) in nct6775_init_device()
4204 data->have_temp_fixed |= BIT(src - 1); in nct6775_probe()
4281 data->have_temp_fixed |= BIT(src - 1); in nct6775_probe()
4315 data->have_temp_fixed |= BIT(i); in nct6775_probe()