tjmax 38 drivers/hwmon/coretemp.c module_param_named(tjmax, force_tjmax, int, 0444); tjmax 39 drivers/hwmon/coretemp.c MODULE_PARM_DESC(tjmax, "TjMax value in degrees Celsius"); tjmax 75 drivers/hwmon/coretemp.c int tjmax; tjmax 138 drivers/hwmon/coretemp.c return sprintf(buf, "%d\n", pdata->core_data[attr->index]->tjmax); tjmax 169 drivers/hwmon/coretemp.c tdata->temp = tdata->tjmax - ((eax >> 16) & 0x7f) * 1000; tjmax 180 drivers/hwmon/coretemp.c int tjmax; tjmax 192 drivers/hwmon/coretemp.c int tjmax; tjmax 195 drivers/hwmon/coretemp.c static const struct tjmax tjmax_table[] = { tjmax 203 drivers/hwmon/coretemp.c int tjmax; tjmax 230 drivers/hwmon/coretemp.c int tjmax = 100000; tjmax 247 drivers/hwmon/coretemp.c return tjmax_pci_table[i].tjmax; tjmax 253 drivers/hwmon/coretemp.c return tjmax_table[i].tjmax; tjmax 260 drivers/hwmon/coretemp.c return tm->tjmax; tjmax 304 drivers/hwmon/coretemp.c tjmax = 105000; tjmax 316 drivers/hwmon/coretemp.c tjmax = tjmax_ee; tjmax 318 drivers/hwmon/coretemp.c } else if (tjmax == 100000) { tjmax 326 drivers/hwmon/coretemp.c return tjmax; tjmax 480 drivers/hwmon/coretemp.c tdata->tjmax = get_tjmax(c, cpu, &pdev->dev); tjmax 492 drivers/hwmon/coretemp.c = tdata->tjmax - ((eax >> 8) & 0xff) * 1000;