Searched refs:tsthrhi (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/drivers/hwmon/ | ||
H A D | i5500_temp.c | 51 u16 tsthrhi; show_temp() local 54 pci_read_config_word(pdev, REG_TSTHRHI, &tsthrhi); show_temp() 56 temp = ((long)tsthrhi - tsfsc) * 500; show_temp() |
Completed in 24 milliseconds