has_temp 532 drivers/hwmon/it87.c u8 has_temp; /* Bitfield, temp sensors enabled */ has_temp 789 drivers/hwmon/it87.c if (!(data->has_temp & BIT(i))) has_temp 2078 drivers/hwmon/it87.c if (!(data->has_temp & BIT(i))) has_temp 3118 drivers/hwmon/it87.c data->has_temp = 0x07; has_temp 3122 drivers/hwmon/it87.c data->has_temp &= ~BIT(2); has_temp 3134 drivers/hwmon/it87.c data->has_temp |= BIT(3); has_temp 3136 drivers/hwmon/it87.c data->has_temp |= BIT(4); has_temp 3138 drivers/hwmon/it87.c data->has_temp |= BIT(5); has_temp 233 drivers/hwmon/w83793.c u8 has_temp; has_temp 1754 drivers/hwmon/w83793.c data->has_temp |= 0x01; has_temp 1756 drivers/hwmon/w83793.c data->has_temp |= 0x02; has_temp 1758 drivers/hwmon/w83793.c data->has_temp |= 0x04; has_temp 1760 drivers/hwmon/w83793.c data->has_temp |= 0x08; has_temp 1764 drivers/hwmon/w83793.c data->has_temp |= 0x10; has_temp 1766 drivers/hwmon/w83793.c data->has_temp |= 0x20; has_temp 1799 drivers/hwmon/w83793.c if (!(data->has_temp & (1 << i))) has_temp 1977 drivers/hwmon/w83793.c if (!(data->has_temp & (1 << i))) has_temp 2060 drivers/hwmon/w83793.c if (!(data->has_temp & (1 << i))) has_temp 338 drivers/hwmon/w83795.c u8 has_temp; /* Enable monitor temp6-1 or not */ has_temp 497 drivers/hwmon/w83795.c if (!(data->has_temp & (1 << i))) has_temp 989 drivers/hwmon/w83795.c useful += (data->has_temp >> tss_map[i][tsrc]) & 1; has_temp 2047 drivers/hwmon/w83795.c if (!(data->has_temp & (1 << i))) has_temp 2132 drivers/hwmon/w83795.c data->has_temp |= 1 << temp_chan;