Lines Matching defs:temp
92 u32 temp;
108 pci_read_config_dword(pdev, REG_TEMP, &temp);
111 *val = TEMP_FROM_REG(temp) + data->temp_offset;
122 HWMON_CHANNEL_INFO(temp,
136 u32 temp;
190 pci_read_config_dword(pdev, REG_TEMP, &temp);
192 if (!((temp >> 16) & 0xff)) /* if temp is 0 -49C is unlikely */
199 pci_read_config_dword(pdev, REG_TEMP, &temp);
200 if (!((temp >> 16) & 0xff)) /* if temp is 0 -49C is unlikely */